#19845D

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

Shades of Deep Sea #19845D

Tints of Deep Sea #19845D

Color information

#19845D (or 0x19845D) is unknown color: approx Deep Sea. HEX triplet: 19, 84 and 5D. RGB value is (25,132,93). Sum of RGB (Red+Green+Blue) = 25+132+93=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #19845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19845D is #E67BA2. Grayscale: #5F5F5F. Windows color (decimal): -15104931 or 6128665. OLE color: 6128665.

HSL color Cylindrical-coordinate representation of color #19845D: hue angle of 158.13º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19845D is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB2513293-
CMYK0.8100.300.48
HSL158.13º68.15%30.78%-
HSV(B)158.13º81.06%51.76%-
XYZ10.6317.513.17-
YUV95.56126.5577.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=10%
G=52.8%
B=37.2%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25132930.8100.300.48158.1368.1530.78
Hex19845D5101E309e441f
Octal312041351210366023610437
Binary11001100001001011101101000101111011000010011110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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