Html Css Color HEX #137866 Deep Sea

📋 copy color: '#137866'

red 19 ◦ green 120 ◦ blue 102

#137866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #137866

Tints of Deep Sea #137866

RGB

 RED value IS 19 (7.81% from 255) = 7.88%

 GREEN value IS 120 (47.27% from 255) = 49.79%

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 7.88%
G = 49.79%
B = 42.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#137866 (or 0x137866) is known color: Deep Sea. HEX triplet: 13, 78 and 66. RGB value is (19,120,102). Sum of RGB (Red+Green+Blue) = 19+120+102=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #137866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137866 is #EC8799. Grayscale: #575757. Windows color (decimal): -15501210 or 6715411. OLE color: 6715411.

HSL color Cylindrical-coordinate representation of color #137866: hue angle of 169.31º 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 #137866 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 102 -
CMYK 0.84 0 0.15 0.53
HSL 169.31º 0.73% 0.27% -
HSV(B) 169.31º 0.84% 0.47% -
XYZ 9.38 14.53 14.88 -
YUV 87.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 19 120 102 0.84 0 0.15 0.53 169.31 0.73 0.27
Hex 13 78 66 54 0 F 35 A9 49 1B
Octal 23 170 146 124 0 17 65 251 111 33
Binary 10011 1111000 1100110 1010100 0 1111 110101 10101001 1001001 11011

Color Harmonies of #137866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137866

Black with #137866

Text Example


Text Example

White with #137866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137866; }

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

 H1.HeaderClassName
 {
   color: #137866;
 }
 .AnyTagClassName
 {
   color: #137866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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