Shades of Cerulean #19769C
Tints of Cerulean #19769C
RGB
CMYK
RGB Variations
Color information
#19769C (or 0x19769C) is known color: Cerulean. HEX triplet: 19, 76 and 9C. RGB value is (25,118,156). Sum of RGB (Red+Green+Blue) = 25+118+156=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #19769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19769C is #E68963. Grayscale: #5E5E5E. Windows color (decimal): -15108452 or 10253849. OLE color: 10253849.
HSL color Cylindrical-coordinate representation of color #19769C: hue angle of 197.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19769C is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 118 | 156 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.39 |
| HSL | 197.4º | 0.72% | 0.35% | - |
| HSV(B) | 197.4º | 0.84% | 0.61% | - |
| XYZ | 12.88 | 15.56 | 33.78 | - |
| YUV | 94.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 156 | 0.84 | 0.24 | 0 | 0.39 | 197.4 | 0.72 | 0.35 |
| Hex | 19 | 76 | 9C | 54 | 18 | 0 | 27 | C5 | 48 | 23 |
| Octal | 31 | 166 | 234 | 124 | 30 | 0 | 47 | 305 | 110 | 43 |
| Binary | 11001 | 1110110 | 10011100 | 1010100 | 11000 | 0 | 100111 | 11000101 | 1001000 | 100011 |
Color Harmonies of #19769C
Complementary color
Monochromatic Colors of #19769C
Black with #19769C
Text Example
Text Example
White with #19769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19769C; }
p { color: rgb(25,118,156); }
H1.HeaderClassName
{
color: #19769C;
}
.AnyTagClassName
{
color: #19769C;
}
</style>
background-color css
<style>
a { background-color: #19769C; }
a { background-color: rgb(25,118,156); }
div.DivClassName
{
background-color: #19769C;
}
.BgClassName
{
background-color: #19769C;
}
</style>
border-color css
<style>
span { border-color: #19769C; }
span { border-color: rgb(25,118,156); }
td.TdClassName
{
border-color: #19769C;
}
.TagClassName
{
border-color: #19769C;
}
</style>