Shades of Cerulean #19799D
Tints of Cerulean #19799D
RGB
CMYK
RGB Variations
Color information
#19799D (or 0x19799D) is known color: Cerulean. HEX triplet: 19, 79 and 9D. RGB value is (25,121,157). Sum of RGB (Red+Green+Blue) = 25+121+157=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #19799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19799D is #E68662. Grayscale: #606060. Windows color (decimal): -15107683 or 10320153. OLE color: 10320153.
HSL color Cylindrical-coordinate representation of color #19799D: hue angle of 196.36º 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 #19799D is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 121 | 157 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.38 |
| HSL | 196.36º | 0.73% | 0.36% | - |
| HSV(B) | 196.36º | 0.84% | 0.62% | - |
| XYZ | 13.32 | 16.32 | 34.35 | - |
| YUV | 96.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 157 | 0.84 | 0.23 | 0 | 0.38 | 196.36 | 0.73 | 0.36 |
| Hex | 19 | 79 | 9D | 54 | 17 | 0 | 26 | C4 | 49 | 24 |
| Octal | 31 | 171 | 235 | 124 | 27 | 0 | 46 | 304 | 111 | 44 |
| Binary | 11001 | 1111001 | 10011101 | 1010100 | 10111 | 0 | 100110 | 11000100 | 1001001 | 100100 |
Color Harmonies of #19799D
Complementary color
Monochromatic Colors of #19799D
Black with #19799D
Text Example
Text Example
White with #19799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19799D; }
p { color: rgb(25,121,157); }
H1.HeaderClassName
{
color: #19799D;
}
.AnyTagClassName
{
color: #19799D;
}
</style>
background-color css
<style>
a { background-color: #19799D; }
a { background-color: rgb(25,121,157); }
div.DivClassName
{
background-color: #19799D;
}
.BgClassName
{
background-color: #19799D;
}
</style>
border-color css
<style>
span { border-color: #19799D; }
span { border-color: rgb(25,121,157); }
td.TdClassName
{
border-color: #19799D;
}
.TagClassName
{
border-color: #19799D;
}
</style>