#137858

Color #137858 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #137858

Tints of Deep Sea #137858

Color information

#137858 (or 0x137858) is unknown color: approx Deep Sea. HEX triplet: 13, 78 and 58. RGB value is (19,120,88). Sum of RGB (Red+Green+Blue) = 19+120+88=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #137858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137858 is #EC87A7. Grayscale: #565656. Windows color (decimal): -15501224 or 5797907. OLE color: 5797907.

HSL color Cylindrical-coordinate representation of color #137858: hue angle of 160.99º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137858 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1912088-
CMYK0.8400.270.53
HSL160.99º72.66%27.25%-
HSV(B)160.99º84.17%47.06%-
XYZ8.7514.2811.53-
YUV86.15129.0480.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=8.37%
G=52.86%
B=38.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120880.8400.270.53160.9972.6627.25
Hex1378585401B35a1491b
Octal231701301240336524111133
Binary1001111110001011000101010001101111010110100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137858; }

 p { color: rgb(19,120,88); }

 H1.HeaderClassName
 {
   color: #137858;
 }
 .AnyTagClassName
 {
   color: #137858;
 }
</style>
background-color css

<style>
 a { background-color: #137858; }

 a { background-color: rgb(19,120,88); }

 div.DivClassName
 {
   background-color: #137858;
 }
 .BgClassName
 {
   background-color: #137858;
 }
</style>
border-color css

<style>
 span { border-color: #137858; }

 span { border-color: rgb(19,120,88); }

 td.TdClassName
 {
   border-color: #137858;
 }
 .TagClassName
 {
   border-color: #137858;
 }
</style>