#13815C

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

Shades of Deep Sea #13815C

Tints of Deep Sea #13815C

Color information

#13815C (or 0x13815C) is unknown color: approx Deep Sea. HEX triplet: 13, 81 and 5C. RGB value is (19,129,92). Sum of RGB (Red+Green+Blue) = 19+129+92=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #13815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13815C is #EC7EA3. Grayscale: #5B5B5B. Windows color (decimal): -15498916 or 6062355. OLE color: 6062355.

HSL color Cylindrical-coordinate representation of color #13815C: hue angle of 159.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13815C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1912992-
CMYK0.8500.290.49
HSL159.82º74.32%29.02%-
HSV(B)159.82º85.27%50.59%-
XYZ10.0516.6112.8-
YUV91.89128.0676.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=7.92%
G=53.75%
B=38.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129920.8500.290.49159.8274.3229.02
Hex13815C5501D31a04a1d
Octal232011341250356124011235
Binary10011100000011011100101010101110111000110100000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13815C; }

 p { color: rgb(19,129,92); }

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

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

 a { background-color: rgb(19,129,92); }

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

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

 span { border-color: rgb(19,129,92); }

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