Shades of Cerulean #197EAC
Tints of Cerulean #197EAC
RGB
CMYK
RGB Variations
Color information
#197EAC (or 0x197EAC) is known color: Cerulean. HEX triplet: 19, 7E and AC. RGB value is (25,126,172). Sum of RGB (Red+Green+Blue) = 25+126+172=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #197EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197EAC is #E68153. Grayscale: #646464. Windows color (decimal): -15106388 or 11304473. OLE color: 11304473.
HSL color Cylindrical-coordinate representation of color #197EAC: hue angle of 198.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197EAC is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 126 | 172 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.33 |
| HSL | 198.78º | 0.75% | 0.39% | - |
| HSV(B) | 198.78º | 0.85% | 0.67% | - |
| XYZ | 15.31 | 18.11 | 41.72 | - |
| YUV | 101.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 172 | 0.85 | 0.27 | 0 | 0.33 | 198.78 | 0.75 | 0.39 |
| Hex | 19 | 7E | AC | 55 | 1B | 0 | 21 | C7 | 4B | 27 |
| Octal | 31 | 176 | 254 | 125 | 33 | 0 | 41 | 307 | 113 | 47 |
| Binary | 11001 | 1111110 | 10101100 | 1010101 | 11011 | 0 | 100001 | 11000111 | 1001011 | 100111 |
Color Harmonies of #197EAC
Complementary color
Monochromatic Colors of #197EAC
Black with #197EAC
Text Example
Text Example
White with #197EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EAC; }
p { color: rgb(25,126,172); }
H1.HeaderClassName
{
color: #197EAC;
}
.AnyTagClassName
{
color: #197EAC;
}
</style>
background-color css
<style>
a { background-color: #197EAC; }
a { background-color: rgb(25,126,172); }
div.DivClassName
{
background-color: #197EAC;
}
.BgClassName
{
background-color: #197EAC;
}
</style>
border-color css
<style>
span { border-color: #197EAC; }
span { border-color: rgb(25,126,172); }
td.TdClassName
{
border-color: #197EAC;
}
.TagClassName
{
border-color: #197EAC;
}
</style>