Shades of Cerulean #197AAA
Tints of Cerulean #197AAA
RGB
CMYK
RGB Variations
Color information
#197AAA (or 0x197AAA) is known color: Cerulean. HEX triplet: 19, 7A and AA. RGB value is (25,122,170). Sum of RGB (Red+Green+Blue) = 25+122+170=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #197AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197AAA is #E68555. Grayscale: #626262. Windows color (decimal): -15107414 or 11172377. OLE color: 11172377.
HSL color Cylindrical-coordinate representation of color #197AAA: hue angle of 199.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197AAA is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 122 | 170 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.33 |
| HSL | 199.86º | 0.74% | 0.38% | - |
| HSV(B) | 199.86º | 0.85% | 0.67% | - |
| XYZ | 14.62 | 17.03 | 40.55 | - |
| YUV | 98.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 170 | 0.85 | 0.28 | 0 | 0.33 | 199.86 | 0.74 | 0.38 |
| Hex | 19 | 7A | AA | 55 | 1C | 0 | 21 | C8 | 4A | 26 |
| Octal | 31 | 172 | 252 | 125 | 34 | 0 | 41 | 310 | 112 | 46 |
| Binary | 11001 | 1111010 | 10101010 | 1010101 | 11100 | 0 | 100001 | 11001000 | 1001010 | 100110 |
Color Harmonies of #197AAA
Complementary color
Monochromatic Colors of #197AAA
Black with #197AAA
Text Example
Text Example
White with #197AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AAA; }
p { color: rgb(25,122,170); }
H1.HeaderClassName
{
color: #197AAA;
}
.AnyTagClassName
{
color: #197AAA;
}
</style>
background-color css
<style>
a { background-color: #197AAA; }
a { background-color: rgb(25,122,170); }
div.DivClassName
{
background-color: #197AAA;
}
.BgClassName
{
background-color: #197AAA;
}
</style>
border-color css
<style>
span { border-color: #197AAA; }
span { border-color: rgb(25,122,170); }
td.TdClassName
{
border-color: #197AAA;
}
.TagClassName
{
border-color: #197AAA;
}
</style>