#19865D

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

Shades of Deep Sea #19865D

Tints of Deep Sea #19865D

Color information

#19865D (or 0x19865D) is unknown color: approx Deep Sea. HEX triplet: 19, 86 and 5D. RGB value is (25,134,93). Sum of RGB (Red+Green+Blue) = 25+134+93=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #19865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19865D is #E679A2. Grayscale: #606060. Windows color (decimal): -15104419 or 6129177. OLE color: 6129177.

HSL color Cylindrical-coordinate representation of color #19865D: hue angle of 157.43º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19865D is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB2513493-
CMYK0.8100.310.47
HSL157.43º68.55%31.18%-
HSV(B)157.43º81.34%52.55%-
XYZ10.918.0513.26-
YUV96.74125.8976.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=9.92%
G=53.17%
B=36.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134930.8100.310.47157.4368.5531.18
Hex19865D5101F2F9d451f
Octal312061351210375723510537
Binary11001100001101011101101000101111110111110011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19865D; }

 p { color: rgb(25,134,93); }

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

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

 a { background-color: rgb(25,134,93); }

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

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

 span { border-color: rgb(25,134,93); }

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