Html Css Color HEX #19725D Deep Sea

📋 copy color: '#19725D'

red 25 ◦ green 114 ◦ blue 93

#19725D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #19725D

Tints of Deep Sea #19725D

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 value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#19725D (or 0x19725D) is known color: 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

RGB 25 114 93 -
CMYK 0.78 0 0.18 0.55
HSL 165.84º 0.64% 0.27% -
HSV(B) 165.84º 0.78% 0.45% -
XYZ 8.39 13.03 12.43 -
YUV 85 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 25 114 93 0.78 0 0.18 0.55 165.84 0.64 0.27
Hex 19 72 5D 4E 0 12 37 A6 40 1B
Octal 31 162 135 116 0 22 67 246 100 33
Binary 11001 1110010 1011101 1001110 0 10010 110111 10100110 1000000 11011

Color Harmonies of #19725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19725D

Black with #19725D

Text Example


Text Example

White with #19725D

Text Example


Text Example

HTML Codes & Css Web 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>