#19725D

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

Shades of Deep Sea #19725D

Tints of Deep Sea #19725D

Color information

#19725D (or 0x19725D) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 5D. RGB value is (25,114,93). Sum of RGB (Red+Green+Blue) = 25+114+93=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #19725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19725D is #E68DA2. Grayscale: #545454. Windows color (decimal): -15109539 or 6124057. OLE color: 6124057.

HSL color Cylindrical-coordinate representation of color #19725D: hue angle of 165.84º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19725D is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB2511493-
CMYK0.7800.180.55
HSL165.84º64.03%27.25%-
HSV(B)165.84º78.07%44.71%-
XYZ8.3913.0312.43-
YUV84.99132.5185.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=10.78%
G=49.14%
B=40.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114930.7800.180.55165.8464.0327.25
Hex19725D4E01237a6401b
Octal311621351160226724610033
Binary1100111100101011101100111001001011011110100110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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