Html Css Color HEX #137864 Deep Sea

📋 copy color: '#137864'

red 19 ◦ green 120 ◦ blue 100

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

Shades of Deep Sea #137864

Tints of Deep Sea #137864

RGB

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

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

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

R = 7.95%
G = 50.21%
B = 41.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#137864 (or 0x137864) is known color: Deep Sea. HEX triplet: 13, 78 and 64. RGB value is (19,120,100). Sum of RGB (Red+Green+Blue) = 19+120+100=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #137864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137864 is #EC879B. Grayscale: #575757. Windows color (decimal): -15501212 or 6584339. OLE color: 6584339.

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

Color convert

RGB 19 120 100 -
CMYK 0.84 0 0.17 0.53
HSL 168.12º 0.73% 0.27% -
HSV(B) 168.12º 0.84% 0.47% -
XYZ 9.29 14.49 14.36 -
YUV 87.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 19 120 100 0.84 0 0.17 0.53 168.12 0.73 0.27
Hex 13 78 64 54 0 11 35 A8 49 1B
Octal 23 170 144 124 0 21 65 250 111 33
Binary 10011 1111000 1100100 1010100 0 10001 110101 10101000 1001001 11011

Color Harmonies of #137864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137864

Black with #137864

Text Example


Text Example

White with #137864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137864; }

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

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

background-color css

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

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

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

border-color css

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

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

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