Shades of Cerulean #197BA2
Tints of Cerulean #197BA2
RGB
CMYK
RGB Variations
Color information
#197BA2 (or 0x197BA2) is known color: Cerulean. HEX triplet: 19, 7B and A2. RGB value is (25,123,162). Sum of RGB (Red+Green+Blue) = 25+123+162=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #197BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197BA2 is #E6845D. Grayscale: #616161. Windows color (decimal): -15107166 or 10648345. OLE color: 10648345.
HSL color Cylindrical-coordinate representation of color #197BA2: hue angle of 197.08º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197BA2 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 123 | 162 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.36 |
| HSL | 197.08º | 0.73% | 0.37% | - |
| HSV(B) | 197.08º | 0.85% | 0.64% | - |
| XYZ | 14.01 | 16.98 | 36.72 | - |
| YUV | 98.14 | 164.03 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 162 | 0.85 | 0.24 | 0 | 0.36 | 197.08 | 0.73 | 0.37 |
| Hex | 19 | 7B | A2 | 55 | 18 | 0 | 24 | C5 | 49 | 25 |
| Octal | 31 | 173 | 242 | 125 | 30 | 0 | 44 | 305 | 111 | 45 |
| Binary | 11001 | 1111011 | 10100010 | 1010101 | 11000 | 0 | 100100 | 11000101 | 1001001 | 100101 |
Color Harmonies of #197BA2
Complementary color
Monochromatic Colors of #197BA2
Black with #197BA2
Text Example
Text Example
White with #197BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BA2; }
p { color: rgb(25,123,162); }
H1.HeaderClassName
{
color: #197BA2;
}
.AnyTagClassName
{
color: #197BA2;
}
</style>
background-color css
<style>
a { background-color: #197BA2; }
a { background-color: rgb(25,123,162); }
div.DivClassName
{
background-color: #197BA2;
}
.BgClassName
{
background-color: #197BA2;
}
</style>
border-color css
<style>
span { border-color: #197BA2; }
span { border-color: rgb(25,123,162); }
td.TdClassName
{
border-color: #197BA2;
}
.TagClassName
{
border-color: #197BA2;
}
</style>