Html Css Color HEX #19775C Deep Sea

📋 copy color: '#19775C'

red 25 ◦ green 119 ◦ blue 92

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

Shades of Deep Sea #19775C

Tints of Deep Sea #19775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

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

R = 10.59%
G = 50.42%
B = 38.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#19775C (or 0x19775C) is known color: Deep Sea. HEX triplet: 19, 77 and 5C. RGB value is (25,119,92). Sum of RGB (Red+Green+Blue) = 25+119+92=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #19775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19775C is #E688A3. Grayscale: #575757. Windows color (decimal): -15108260 or 6059801. OLE color: 6059801.

HSL color Cylindrical-coordinate representation of color #19775C: hue angle of 162.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19775C is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 119 92 -
CMYK 0.79 0 0.23 0.53
HSL 162.77º 0.65% 0.28% -
HSV(B) 162.77º 0.79% 0.47% -
XYZ 8.93 14.17 12.39 -
YUV 87.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 25 119 92 0.79 0 0.23 0.53 162.77 0.65 0.28
Hex 19 77 5C 4F 0 17 35 A3 41 1C
Octal 31 167 134 117 0 27 65 243 101 34
Binary 11001 1110111 1011100 1001111 0 10111 110101 10100011 1000001 11100

Color Harmonies of #19775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19775C

Black with #19775C

Text Example


Text Example

White with #19775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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