Html Css Color HEX #19845D Deep Sea

📋 copy color: '#19845D'

red 25 ◦ green 132 ◦ blue 93

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

Shades of Deep Sea #19845D

Tints of Deep Sea #19845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 10%
G = 52.8%
B = 37.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#19845D (or 0x19845D) is known color: Deep Sea. HEX triplet: 19, 84 and 5D. RGB value is (25,132,93). Sum of RGB (Red+Green+Blue) = 25+132+93=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #19845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19845D is #E67BA2. Grayscale: #5F5F5F. Windows color (decimal): -15104931 or 6128665. OLE color: 6128665.

HSL color Cylindrical-coordinate representation of color #19845D: hue angle of 158.13º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19845D is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 132 93 -
CMYK 0.81 0 0.30 0.48
HSL 158.13º 0.68% 0.31% -
HSV(B) 158.13º 0.81% 0.52% -
XYZ 10.63 17.5 13.17 -
YUV 95.56 126.55 77.67 -
System Red Green Blue C M Y K H S L
Decimal 25 132 93 0.81 0 0.30 0.48 158.13 0.68 0.31
Hex 19 84 5D 51 0 1E 30 9E 44 1F
Octal 31 204 135 121 0 36 60 236 104 37
Binary 11001 10000100 1011101 1010001 0 11110 110000 10011110 1000100 11111

Color Harmonies of #19845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19845D

Black with #19845D

Text Example


Text Example

White with #19845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19845D;
 }
 .AnyTagClassName
 {
   color: #19845D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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