Html Css Color HEX #19825D Deep Sea

📋 copy color: '#19825D'

red 25 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #19825D

Tints of Deep Sea #19825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.42%

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

R = 10.08%
G = 52.42%
B = 37.5%

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

#19825D (or 0x19825D) is known color: Deep Sea. HEX triplet: 19, 82 and 5D. RGB value is (25,130,93). Sum of RGB (Red+Green+Blue) = 25+130+93=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #19825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19825D is #E67DA2. Grayscale: #5E5E5E. Windows color (decimal): -15105443 or 6128153. OLE color: 6128153.

HSL color Cylindrical-coordinate representation of color #19825D: hue angle of 158.86º 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 #19825D is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 93 -
CMYK 0.81 0 0.28 0.49
HSL 158.86º 0.68% 0.3% -
HSV(B) 158.86º 0.81% 0.51% -
XYZ 10.36 16.96 13.08 -
YUV 94.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 25 130 93 0.81 0 0.28 0.49 158.86 0.68 0.3
Hex 19 82 5D 51 0 1C 31 9F 44 1E
Octal 31 202 135 121 0 34 61 237 104 36
Binary 11001 10000010 1011101 1010001 0 11100 110001 10011111 1000100 11110

Color Harmonies of #19825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19825D

Black with #19825D

Text Example


Text Example

White with #19825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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