Shades of Cerulean #197EA1
Tints of Cerulean #197EA1
RGB
CMYK
RGB Variations
Color information
#197EA1 (or 0x197EA1) is known color: Cerulean. HEX triplet: 19, 7E and A1. RGB value is (25,126,161). Sum of RGB (Red+Green+Blue) = 25+126+161=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #197EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197EA1 is #E6815E. Grayscale: #636363. Windows color (decimal): -15106399 or 10583577. OLE color: 10583577.
HSL color Cylindrical-coordinate representation of color #197EA1: hue angle of 195.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197EA1 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 126 | 161 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.37 |
| HSL | 195.44º | 0.73% | 0.36% | - |
| HSV(B) | 195.44º | 0.84% | 0.63% | - |
| XYZ | 14.29 | 17.7 | 36.38 | - |
| YUV | 99.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 161 | 0.84 | 0.22 | 0 | 0.37 | 195.44 | 0.73 | 0.36 |
| Hex | 19 | 7E | A1 | 54 | 16 | 0 | 25 | C3 | 49 | 24 |
| Octal | 31 | 176 | 241 | 124 | 26 | 0 | 45 | 303 | 111 | 44 |
| Binary | 11001 | 1111110 | 10100001 | 1010100 | 10110 | 0 | 100101 | 11000011 | 1001001 | 100100 |
Color Harmonies of #197EA1
Complementary color
Monochromatic Colors of #197EA1
Black with #197EA1
Text Example
Text Example
White with #197EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EA1; }
p { color: rgb(25,126,161); }
H1.HeaderClassName
{
color: #197EA1;
}
.AnyTagClassName
{
color: #197EA1;
}
</style>
background-color css
<style>
a { background-color: #197EA1; }
a { background-color: rgb(25,126,161); }
div.DivClassName
{
background-color: #197EA1;
}
.BgClassName
{
background-color: #197EA1;
}
</style>
border-color css
<style>
span { border-color: #197EA1; }
span { border-color: rgb(25,126,161); }
td.TdClassName
{
border-color: #197EA1;
}
.TagClassName
{
border-color: #197EA1;
}
</style>