Html Css Color HEX #19725C Deep Sea

📋 copy color: '#19725C'

red 25 ◦ green 114 ◦ blue 92

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

Shades of Deep Sea #19725C

Tints of Deep Sea #19725C

RGB

 RED value IS 25 (10.16% from 255) = 10.82%

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 10.82%
G = 49.35%
B = 39.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#19725C (or 0x19725C) is known color: Deep Sea. HEX triplet: 19, 72 and 5C. RGB value is (25,114,92). Sum of RGB (Red+Green+Blue) = 25+114+92=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #19725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19725C is #E68DA3. Grayscale: #545454. Windows color (decimal): -15109540 or 6058521. OLE color: 6058521.

HSL color Cylindrical-coordinate representation of color #19725C: hue angle of 165.17º 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 #19725C is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 92 -
CMYK 0.78 0 0.19 0.55
HSL 165.17º 0.64% 0.27% -
HSV(B) 165.17º 0.78% 0.45% -
XYZ 8.35 13.01 12.2 -
YUV 84.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 25 114 92 0.78 0 0.19 0.55 165.17 0.64 0.27
Hex 19 72 5C 4E 0 13 37 A5 40 1B
Octal 31 162 134 116 0 23 67 245 100 33
Binary 11001 1110010 1011100 1001110 0 10011 110111 10100101 1000000 11011

Color Harmonies of #19725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19725C

Black with #19725C

Text Example


Text Example

White with #19725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19725C;
 }
 .AnyTagClassName
 {
   color: #19725C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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