#13875E

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

Shades of Deep Sea #13875E

Tints of Deep Sea #13875E

Color information

#13875E (or 0x13875E) is unknown color: approx Deep Sea. HEX triplet: 13, 87 and 5E. RGB value is (19,135,94). Sum of RGB (Red+Green+Blue) = 19+135+94=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #13875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13875E is #EC78A1. Grayscale: #5F5F5F. Windows color (decimal): -15497378 or 6194963. OLE color: 6194963.

HSL color Cylindrical-coordinate representation of color #13875E: hue angle of 158.79º 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 #13875E is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1913594-
CMYK0.8600.300.47
HSL158.79º75.32%30.2%-
HSV(B)158.79º85.93%52.94%-
XYZ10.9518.2713.54-
YUV95.64127.0773.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=7.66%
G=54.44%
B=37.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19135940.8600.300.47158.7975.3230.2
Hex13875E5601E2F9f4b1e
Octal232071361260365723711336
Binary10011100001111011110101011001111010111110011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13875E; }

 p { color: rgb(19,135,94); }

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

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

 a { background-color: rgb(19,135,94); }

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

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

 span { border-color: rgb(19,135,94); }

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