Shades of Cerulean #197DAE
Tints of Cerulean #197DAE
RGB
CMYK
RGB Variations
Color information
#197DAE (or 0x197DAE) is known color: Cerulean. HEX triplet: 19, 7D and AE. RGB value is (25,125,174). Sum of RGB (Red+Green+Blue) = 25+125+174=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #197DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DAE is #E68251. Grayscale: #646464. Windows color (decimal): -15106642 or 11435289. OLE color: 11435289.
HSL color Cylindrical-coordinate representation of color #197DAE: hue angle of 199.73º 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 #197DAE is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 125 | 174 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.32 |
| HSL | 199.73º | 0.75% | 0.39% | - |
| HSV(B) | 199.73º | 0.86% | 0.68% | - |
| XYZ | 15.37 | 17.93 | 42.69 | - |
| YUV | 100.69 | 169.37 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 174 | 0.86 | 0.28 | 0 | 0.32 | 199.73 | 0.75 | 0.39 |
| Hex | 19 | 7D | AE | 56 | 1C | 0 | 20 | C8 | 4B | 27 |
| Octal | 31 | 175 | 256 | 126 | 34 | 0 | 40 | 310 | 113 | 47 |
| Binary | 11001 | 1111101 | 10101110 | 1010110 | 11100 | 0 | 100000 | 11001000 | 1001011 | 100111 |
Color Harmonies of #197DAE
Complementary color
Monochromatic Colors of #197DAE
Black with #197DAE
Text Example
Text Example
White with #197DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DAE; }
p { color: rgb(25,125,174); }
H1.HeaderClassName
{
color: #197DAE;
}
.AnyTagClassName
{
color: #197DAE;
}
</style>
background-color css
<style>
a { background-color: #197DAE; }
a { background-color: rgb(25,125,174); }
div.DivClassName
{
background-color: #197DAE;
}
.BgClassName
{
background-color: #197DAE;
}
</style>
border-color css
<style>
span { border-color: #197DAE; }
span { border-color: rgb(25,125,174); }
td.TdClassName
{
border-color: #197DAE;
}
.TagClassName
{
border-color: #197DAE;
}
</style>