Shades of Cerulean #197AB6
Tints of Cerulean #197AB6
RGB
CMYK
RGB Variations
Color information
#197AB6 (or 0x197AB6) is known color: Cerulean. HEX triplet: 19, 7A and B6. RGB value is (25,122,182). Sum of RGB (Red+Green+Blue) = 25+122+182=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #197AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AB6 is #E68549. Grayscale: #636363. Windows color (decimal): -15107402 or 11958809. OLE color: 11958809.
HSL color Cylindrical-coordinate representation of color #197AB6: hue angle of 202.93º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197AB6 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 122 | 182 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.29 |
| HSL | 202.93º | 0.76% | 0.41% | - |
| HSV(B) | 202.93º | 0.86% | 0.71% | - |
| XYZ | 15.8 | 17.5 | 46.8 | - |
| YUV | 99.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 182 | 0.86 | 0.33 | 0 | 0.29 | 202.93 | 0.76 | 0.41 |
| Hex | 19 | 7A | B6 | 56 | 21 | 0 | 1D | CB | 4C | 29 |
| Octal | 31 | 172 | 266 | 126 | 41 | 0 | 35 | 313 | 114 | 51 |
| Binary | 11001 | 1111010 | 10110110 | 1010110 | 100001 | 0 | 11101 | 11001011 | 1001100 | 101001 |
Color Harmonies of #197AB6
Complementary color
Monochromatic Colors of #197AB6
Black with #197AB6
Text Example
Text Example
White with #197AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AB6; }
p { color: rgb(25,122,182); }
H1.HeaderClassName
{
color: #197AB6;
}
.AnyTagClassName
{
color: #197AB6;
}
</style>
background-color css
<style>
a { background-color: #197AB6; }
a { background-color: rgb(25,122,182); }
div.DivClassName
{
background-color: #197AB6;
}
.BgClassName
{
background-color: #197AB6;
}
</style>
border-color css
<style>
span { border-color: #197AB6; }
span { border-color: rgb(25,122,182); }
td.TdClassName
{
border-color: #197AB6;
}
.TagClassName
{
border-color: #197AB6;
}
</style>