Html Css Color HEX #137564 Deep Sea

📋 copy color: '#137564'

red 19 ◦ green 117 ◦ blue 100

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

Shades of Deep Sea #137564

Tints of Deep Sea #137564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.58%

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

R = 8.05%
G = 49.58%
B = 42.37%

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

#137564 (or 0x137564) is known color: Deep Sea. HEX triplet: 13, 75 and 64. RGB value is (19,117,100). Sum of RGB (Red+Green+Blue) = 19+117+100=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #137564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137564 is #EC8A9B. Grayscale: #555555. Windows color (decimal): -15501980 or 6583571. OLE color: 6583571.

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

Color convert

RGB 19 117 100 -
CMYK 0.84 0 0.15 0.54
HSL 169.59º 0.72% 0.27% -
HSV(B) 169.59º 0.84% 0.46% -
XYZ 8.93 13.78 14.25 -
YUV 85.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 19 117 100 0.84 0 0.15 0.54 169.59 0.72 0.27
Hex 13 75 64 54 0 F 36 AA 48 1B
Octal 23 165 144 124 0 17 66 252 110 33
Binary 10011 1110101 1100100 1010100 0 1111 110110 10101010 1001000 11011

Color Harmonies of #137564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137564

Black with #137564

Text Example


Text Example

White with #137564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137564; }

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

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

background-color css

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

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

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

border-color css

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

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

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