#19779E

Color #19779E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #19779E

Tints of Cerulean #19779E

Color information

#19779E (or 0x19779E) is unknown color: approx Cerulean. HEX triplet: 19, 77 and 9E. RGB value is (25,119,158). Sum of RGB (Red+Green+Blue) = 25+119+158=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #19779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19779E is #E68861. Grayscale: #5F5F5F. Windows color (decimal): -15108194 or 10385177. OLE color: 10385177.

HSL color Cylindrical-coordinate representation of color #19779E: hue angle of 197.59º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19779E is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25119158-
CMYK0.840.2500.38
HSL197.59º72.68%35.88%-
HSV(B)197.59º84.18%61.96%-
XYZ13.1715.8734.72-
YUV95.34163.3677.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=8.28%
G=39.40%
B=52.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251191580.840.2500.38197.5972.6835.88
Hex19779E5419026c64924
Octal311672361243104630611144
Binary110011110111100111101010100110010100110110001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19779E; }

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

 H1.HeaderClassName
 {
   color: #19779E;
 }
 .AnyTagClassName
 {
   color: #19779E;
 }
</style>
background-color css

<style>
 a { background-color: #19779E; }

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

 div.DivClassName
 {
   background-color: #19779E;
 }
 .BgClassName
 {
   background-color: #19779E;
 }
</style>
border-color css

<style>
 span { border-color: #19779E; }

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

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