Html Css Color HEX #137664 Deep Sea

📋 copy color: '#137664'

red 19 ◦ green 118 ◦ blue 100

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

Shades of Deep Sea #137664

Tints of Deep Sea #137664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 8.02%
G = 49.79%
B = 42.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#137664 (or 0x137664) is known color: Deep Sea. HEX triplet: 13, 76 and 64. RGB value is (19,118,100). Sum of RGB (Red+Green+Blue) = 19+118+100=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #137664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137664 is #EC899B. Grayscale: #565656. Windows color (decimal): -15501724 or 6583827. OLE color: 6583827.

HSL color Cylindrical-coordinate representation of color #137664: hue angle of 169.09º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137664 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 100 -
CMYK 0.84 0 0.15 0.54
HSL 169.09º 0.72% 0.27% -
HSV(B) 169.09º 0.84% 0.46% -
XYZ 9.05 14.02 14.29 -
YUV 86.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 19 118 100 0.84 0 0.15 0.54 169.09 0.72 0.27
Hex 13 76 64 54 0 F 36 A9 48 1B
Octal 23 166 144 124 0 17 66 251 110 33
Binary 10011 1110110 1100100 1010100 0 1111 110110 10101001 1001000 11011

Color Harmonies of #137664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137664

Black with #137664

Text Example


Text Example

White with #137664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137664; }

 p { color: rgb(19,118,100); }

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

background-color css

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

 a { background-color: rgb(19,118,100); }

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

border-color css

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

 span { border-color: rgb(19,118,100); }

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