Shades of Cerulean #197AAF
Tints of Cerulean #197AAF
RGB
CMYK
RGB Variations
Color information
#197AAF (or 0x197AAF) is known color: Cerulean. HEX triplet: 19, 7A and AF. RGB value is (25,122,175). Sum of RGB (Red+Green+Blue) = 25+122+175=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #197AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197AAF is #E68550. Grayscale: #626262. Windows color (decimal): -15107409 or 11500057. OLE color: 11500057.
HSL color Cylindrical-coordinate representation of color #197AAF: hue angle of 201.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197AAF is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 122 | 175 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.31 |
| HSL | 201.2º | 0.75% | 0.39% | - |
| HSV(B) | 201.2º | 0.86% | 0.69% | - |
| XYZ | 15.1 | 17.22 | 43.09 | - |
| YUV | 99.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 175 | 0.86 | 0.30 | 0 | 0.31 | 201.2 | 0.75 | 0.39 |
| Hex | 19 | 7A | AF | 56 | 1E | 0 | 1F | C9 | 4B | 27 |
| Octal | 31 | 172 | 257 | 126 | 36 | 0 | 37 | 311 | 113 | 47 |
| Binary | 11001 | 1111010 | 10101111 | 1010110 | 11110 | 0 | 11111 | 11001001 | 1001011 | 100111 |
Color Harmonies of #197AAF
Complementary color
Monochromatic Colors of #197AAF
Black with #197AAF
Text Example
Text Example
White with #197AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AAF; }
p { color: rgb(25,122,175); }
H1.HeaderClassName
{
color: #197AAF;
}
.AnyTagClassName
{
color: #197AAF;
}
</style>
background-color css
<style>
a { background-color: #197AAF; }
a { background-color: rgb(25,122,175); }
div.DivClassName
{
background-color: #197AAF;
}
.BgClassName
{
background-color: #197AAF;
}
</style>
border-color css
<style>
span { border-color: #197AAF; }
span { border-color: rgb(25,122,175); }
td.TdClassName
{
border-color: #197AAF;
}
.TagClassName
{
border-color: #197AAF;
}
</style>