Shades of Cerulean #197FAE
Tints of Cerulean #197FAE
RGB
CMYK
RGB Variations
Color information
#197FAE (or 0x197FAE) is known color: Cerulean. HEX triplet: 19, 7F and AE. RGB value is (25,127,174). Sum of RGB (Red+Green+Blue) = 25+127+174=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #197FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FAE is #E68051. Grayscale: #656565. Windows color (decimal): -15106130 or 11435801. OLE color: 11435801.
HSL color Cylindrical-coordinate representation of color #197FAE: hue angle of 198.93º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197FAE is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 127 | 174 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.32 |
| HSL | 198.93º | 0.75% | 0.39% | - |
| HSV(B) | 198.93º | 0.86% | 0.68% | - |
| XYZ | 15.63 | 18.44 | 42.78 | - |
| YUV | 101.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 174 | 0.86 | 0.27 | 0 | 0.32 | 198.93 | 0.75 | 0.39 |
| Hex | 19 | 7F | AE | 56 | 1B | 0 | 20 | C7 | 4B | 27 |
| Octal | 31 | 177 | 256 | 126 | 33 | 0 | 40 | 307 | 113 | 47 |
| Binary | 11001 | 1111111 | 10101110 | 1010110 | 11011 | 0 | 100000 | 11000111 | 1001011 | 100111 |
Color Harmonies of #197FAE
Complementary color
Monochromatic Colors of #197FAE
Black with #197FAE
Text Example
Text Example
White with #197FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FAE; }
p { color: rgb(25,127,174); }
H1.HeaderClassName
{
color: #197FAE;
}
.AnyTagClassName
{
color: #197FAE;
}
</style>
background-color css
<style>
a { background-color: #197FAE; }
a { background-color: rgb(25,127,174); }
div.DivClassName
{
background-color: #197FAE;
}
.BgClassName
{
background-color: #197FAE;
}
</style>
border-color css
<style>
span { border-color: #197FAE; }
span { border-color: rgb(25,127,174); }
td.TdClassName
{
border-color: #197FAE;
}
.TagClassName
{
border-color: #197FAE;
}
</style>