Html Css Color HEX #19815D Deep Sea

📋 copy color: '#19815D'

red 25 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #19815D

Tints of Deep Sea #19815D

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

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 25 129 93 -
CMYK 0.81 0 0.28 0.49
HSL 159.23º 0.68% 0.3% -
HSV(B) 159.23º 0.81% 0.51% -
XYZ 10.23 16.7 13.04 -
YUV 93.8 127.54 78.93 -
System Red Green Blue C M Y K H S L
Decimal 25 129 93 0.81 0 0.28 0.49 159.23 0.68 0.3
Hex 19 81 5D 51 0 1C 31 9F 44 1E
Octal 31 201 135 121 0 34 61 237 104 36
Binary 11001 10000001 1011101 1010001 0 11100 110001 10011111 1000100 11110

Color Harmonies of #19815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19815D

Black with #19815D

Text Example


Text Example

White with #19815D

Text Example


Text Example

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