Shades of Cerulean #197AB3
Tints of Cerulean #197AB3
RGB
CMYK
RGB Variations
Color information
#197AB3 (or 0x197AB3) is known color: Cerulean. HEX triplet: 19, 7A and B3. RGB value is (25,122,179). Sum of RGB (Red+Green+Blue) = 25+122+179=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #197AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AB3 is #E6854C. Grayscale: #636363. Windows color (decimal): -15107405 or 11762201. OLE color: 11762201.
HSL color Cylindrical-coordinate representation of color #197AB3: hue angle of 202.21º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197AB3 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 122 | 179 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.30 |
| HSL | 202.21º | 0.75% | 0.4% | - |
| HSV(B) | 202.21º | 0.86% | 0.7% | - |
| XYZ | 15.5 | 17.38 | 45.19 | - |
| YUV | 99.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 179 | 0.86 | 0.32 | 0 | 0.30 | 202.21 | 0.75 | 0.4 |
| Hex | 19 | 7A | B3 | 56 | 20 | 0 | 1E | CA | 4B | 28 |
| Octal | 31 | 172 | 263 | 126 | 40 | 0 | 36 | 312 | 113 | 50 |
| Binary | 11001 | 1111010 | 10110011 | 1010110 | 100000 | 0 | 11110 | 11001010 | 1001011 | 101000 |
Color Harmonies of #197AB3
Complementary color
Monochromatic Colors of #197AB3
Black with #197AB3
Text Example
Text Example
White with #197AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AB3; }
p { color: rgb(25,122,179); }
H1.HeaderClassName
{
color: #197AB3;
}
.AnyTagClassName
{
color: #197AB3;
}
</style>
background-color css
<style>
a { background-color: #197AB3; }
a { background-color: rgb(25,122,179); }
div.DivClassName
{
background-color: #197AB3;
}
.BgClassName
{
background-color: #197AB3;
}
</style>
border-color css
<style>
span { border-color: #197AB3; }
span { border-color: rgb(25,122,179); }
td.TdClassName
{
border-color: #197AB3;
}
.TagClassName
{
border-color: #197AB3;
}
</style>