Shades of Cerulean #197AA2
Tints of Cerulean #197AA2
RGB
CMYK
RGB Variations
Color information
#197AA2 (or 0x197AA2) is known color: Cerulean. HEX triplet: 19, 7A and A2. RGB value is (25,122,162). Sum of RGB (Red+Green+Blue) = 25+122+162=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #197AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197AA2 is #E6855D. Grayscale: #616161. Windows color (decimal): -15107422 or 10648089. OLE color: 10648089.
HSL color Cylindrical-coordinate representation of color #197AA2: hue angle of 197.52º 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 #197AA2 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 122 | 162 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.36 |
| HSL | 197.52º | 0.73% | 0.37% | - |
| HSV(B) | 197.52º | 0.85% | 0.64% | - |
| XYZ | 13.88 | 16.73 | 36.68 | - |
| YUV | 97.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 162 | 0.85 | 0.25 | 0 | 0.36 | 197.52 | 0.73 | 0.37 |
| Hex | 19 | 7A | A2 | 55 | 19 | 0 | 24 | C6 | 49 | 25 |
| Octal | 31 | 172 | 242 | 125 | 31 | 0 | 44 | 306 | 111 | 45 |
| Binary | 11001 | 1111010 | 10100010 | 1010101 | 11001 | 0 | 100100 | 11000110 | 1001001 | 100101 |
Color Harmonies of #197AA2
Complementary color
Monochromatic Colors of #197AA2
Black with #197AA2
Text Example
Text Example
White with #197AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AA2; }
p { color: rgb(25,122,162); }
H1.HeaderClassName
{
color: #197AA2;
}
.AnyTagClassName
{
color: #197AA2;
}
</style>
background-color css
<style>
a { background-color: #197AA2; }
a { background-color: rgb(25,122,162); }
div.DivClassName
{
background-color: #197AA2;
}
.BgClassName
{
background-color: #197AA2;
}
</style>
border-color css
<style>
span { border-color: #197AA2; }
span { border-color: rgb(25,122,162); }
td.TdClassName
{
border-color: #197AA2;
}
.TagClassName
{
border-color: #197AA2;
}
</style>