#13865F

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

Shades of Deep Sea #13865F

Tints of Deep Sea #13865F

Color information

#13865F (or 0x13865F) is unknown color: approx Deep Sea. HEX triplet: 13, 86 and 5F. RGB value is (19,134,95). Sum of RGB (Red+Green+Blue) = 19+134+95=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #13865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13865F is #EC79A0. Grayscale: #5F5F5F. Windows color (decimal): -15497633 or 6260243. OLE color: 6260243.

HSL color Cylindrical-coordinate representation of color #13865F: hue angle of 159.65º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13865F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1913495-
CMYK0.8600.290.47
HSL159.65º75.16%30%-
HSV(B)159.65º85.82%52.55%-
XYZ10.8618.0113.73-
YUV95.17127.973.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=7.66%
G=54.03%
B=38.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134950.8600.290.47159.6575.1630
Hex13865F5601D2Fa04b1e
Octal232061371260355724011336
Binary10011100001101011111101011001110110111110100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13865F; }

 p { color: rgb(19,134,95); }

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

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

 a { background-color: rgb(19,134,95); }

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

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

 span { border-color: rgb(19,134,95); }

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