Shades of Cerulean #197FA8
Tints of Cerulean #197FA8
RGB
CMYK
RGB Variations
Color information
#197FA8 (or 0x197FA8) is known color: Cerulean. HEX triplet: 19, 7F and A8. RGB value is (25,127,168). Sum of RGB (Red+Green+Blue) = 25+127+168=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 168 (66.02% from 255 or 52.5% from 320); Max value from RGB is 168 - color contains mainly: blue. Hex color #197FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FA8 is #E68057. Grayscale: #646464. Windows color (decimal): -15106136 or 11042585. OLE color: 11042585.
HSL color Cylindrical-coordinate representation of color #197FA8: hue angle of 197.2º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197FA8 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 127 | 168 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.34 |
| HSL | 197.2º | 0.74% | 0.38% | - |
| HSV(B) | 197.2º | 0.85% | 0.66% | - |
| XYZ | 15.06 | 18.21 | 39.77 | - |
| YUV | 101.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 168 | 0.85 | 0.24 | 0 | 0.34 | 197.2 | 0.74 | 0.38 |
| Hex | 19 | 7F | A8 | 55 | 18 | 0 | 22 | C5 | 4A | 26 |
| Octal | 31 | 177 | 250 | 125 | 30 | 0 | 42 | 305 | 112 | 46 |
| Binary | 11001 | 1111111 | 10101000 | 1010101 | 11000 | 0 | 100010 | 11000101 | 1001010 | 100110 |
Color Harmonies of #197FA8
Complementary color
Monochromatic Colors of #197FA8
Black with #197FA8
Text Example
Text Example
White with #197FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FA8; }
p { color: rgb(25,127,168); }
H1.HeaderClassName
{
color: #197FA8;
}
.AnyTagClassName
{
color: #197FA8;
}
</style>
background-color css
<style>
a { background-color: #197FA8; }
a { background-color: rgb(25,127,168); }
div.DivClassName
{
background-color: #197FA8;
}
.BgClassName
{
background-color: #197FA8;
}
</style>
border-color css
<style>
span { border-color: #197FA8; }
span { border-color: rgb(25,127,168); }
td.TdClassName
{
border-color: #197FA8;
}
.TagClassName
{
border-color: #197FA8;
}
</style>