Shades of Cerulean #197FAB
Tints of Cerulean #197FAB
RGB
CMYK
RGB Variations
Color information
#197FAB (or 0x197FAB) is known color: Cerulean. HEX triplet: 19, 7F and AB. RGB value is (25,127,171). Sum of RGB (Red+Green+Blue) = 25+127+171=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #197FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FAB is #E68054. Grayscale: #656565. Windows color (decimal): -15106133 or 11239193. OLE color: 11239193.
HSL color Cylindrical-coordinate representation of color #197FAB: hue angle of 198.08º 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 #197FAB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 127 | 171 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.33 |
| HSL | 198.08º | 0.74% | 0.38% | - |
| HSV(B) | 198.08º | 0.85% | 0.67% | - |
| XYZ | 15.34 | 18.33 | 41.26 | - |
| YUV | 101.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 171 | 0.85 | 0.26 | 0 | 0.33 | 198.08 | 0.74 | 0.38 |
| Hex | 19 | 7F | AB | 55 | 1A | 0 | 21 | C6 | 4A | 26 |
| Octal | 31 | 177 | 253 | 125 | 32 | 0 | 41 | 306 | 112 | 46 |
| Binary | 11001 | 1111111 | 10101011 | 1010101 | 11010 | 0 | 100001 | 11000110 | 1001010 | 100110 |
Color Harmonies of #197FAB
Complementary color
Monochromatic Colors of #197FAB
Black with #197FAB
Text Example
Text Example
White with #197FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FAB; }
p { color: rgb(25,127,171); }
H1.HeaderClassName
{
color: #197FAB;
}
.AnyTagClassName
{
color: #197FAB;
}
</style>
background-color css
<style>
a { background-color: #197FAB; }
a { background-color: rgb(25,127,171); }
div.DivClassName
{
background-color: #197FAB;
}
.BgClassName
{
background-color: #197FAB;
}
</style>
border-color css
<style>
span { border-color: #197FAB; }
span { border-color: rgb(25,127,171); }
td.TdClassName
{
border-color: #197FAB;
}
.TagClassName
{
border-color: #197FAB;
}
</style>