Html Css Color HEX #19776B Deep Sea

📋 copy color: '#19776B'

red 25 ◦ green 119 ◦ blue 107

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

Shades of Deep Sea #19776B

Tints of Deep Sea #19776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 9.96%
G = 47.41%
B = 42.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#19776B (or 0x19776B) is known color: Deep Sea. HEX triplet: 19, 77 and 6B. RGB value is (25,119,107). Sum of RGB (Red+Green+Blue) = 25+119+107=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #19776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19776B is #E68894. Grayscale: #595959. Windows color (decimal): -15108245 or 7042841. OLE color: 7042841.

HSL color Cylindrical-coordinate representation of color #19776B: hue angle of 172.34º 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 #19776B is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 119 107 -
CMYK 0.79 0 0.10 0.53
HSL 172.34º 0.65% 0.28% -
HSV(B) 172.34º 0.79% 0.47% -
XYZ 9.65 14.46 16.19 -
YUV 89.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 25 119 107 0.79 0 0.10 0.53 172.34 0.65 0.28
Hex 19 77 6B 4F 0 A 35 AC 41 1C
Octal 31 167 153 117 0 12 65 254 101 34
Binary 11001 1110111 1101011 1001111 0 1010 110101 10101100 1000001 11100

Color Harmonies of #19776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19776B

Black with #19776B

Text Example


Text Example

White with #19776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19776B; }

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

 H1.HeaderClassName
 {
   color: #19776B;
 }
 .AnyTagClassName
 {
   color: #19776B;
 }
</style>

background-color css

<style>
 a { background-color: #19776B; }

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

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

border-color css

<style>
 span { border-color: #19776B; }

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

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