#19815D

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

Shades of Deep Sea #19815D

Tints of Deep Sea #19815D

Color information

#19815D (or 0x19815D) is unknown color: approx Deep Sea. HEX triplet: 19, 81 and 5D. RGB value is (25,129,93). Sum of RGB (Red+Green+Blue) = 25+129+93=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #19815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19815D is #E67EA2. Grayscale: #5D5D5D. Windows color (decimal): -15105699 or 6127897. OLE color: 6127897.

HSL color Cylindrical-coordinate representation of color #19815D: hue angle of 159.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19815D is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB2512993-
CMYK0.8100.280.49
HSL159.23º67.53%30.2%-
HSV(B)159.23º80.62%50.59%-
XYZ10.2316.713.04-
YUV93.8127.5478.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=10.12%
G=52.23%
B=37.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25129930.8100.280.49159.2367.5330.2
Hex19815D5101C319f441e
Octal312011351210346123710436
Binary11001100000011011101101000101110011000110011111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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