Shades of Cerulean #19769D
Tints of Cerulean #19769D
RGB
CMYK
RGB Variations
Color information
#19769D (or 0x19769D) is known color: Cerulean. HEX triplet: 19, 76 and 9D. RGB value is (25,118,157). Sum of RGB (Red+Green+Blue) = 25+118+157=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #19769D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19769D is #E68962. Grayscale: #5E5E5E. Windows color (decimal): -15108451 or 10319385. OLE color: 10319385.
HSL color Cylindrical-coordinate representation of color #19769D: hue angle of 197.73º 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 #19769D is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 118 | 157 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.38 |
| HSL | 197.73º | 0.73% | 0.36% | - |
| HSV(B) | 197.73º | 0.84% | 0.62% | - |
| XYZ | 12.97 | 15.6 | 34.23 | - |
| YUV | 94.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 157 | 0.84 | 0.25 | 0 | 0.38 | 197.73 | 0.73 | 0.36 |
| Hex | 19 | 76 | 9D | 54 | 19 | 0 | 26 | C6 | 49 | 24 |
| Octal | 31 | 166 | 235 | 124 | 31 | 0 | 46 | 306 | 111 | 44 |
| Binary | 11001 | 1110110 | 10011101 | 1010100 | 11001 | 0 | 100110 | 11000110 | 1001001 | 100100 |
Color Harmonies of #19769D
Complementary color
Monochromatic Colors of #19769D
Black with #19769D
Text Example
Text Example
White with #19769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19769D; }
p { color: rgb(25,118,157); }
H1.HeaderClassName
{
color: #19769D;
}
.AnyTagClassName
{
color: #19769D;
}
</style>
background-color css
<style>
a { background-color: #19769D; }
a { background-color: rgb(25,118,157); }
div.DivClassName
{
background-color: #19769D;
}
.BgClassName
{
background-color: #19769D;
}
</style>
border-color css
<style>
span { border-color: #19769D; }
span { border-color: rgb(25,118,157); }
td.TdClassName
{
border-color: #19769D;
}
.TagClassName
{
border-color: #19769D;
}
</style>