Shades of Cerulean #197DB9
Tints of Cerulean #197DB9
RGB
CMYK
RGB Variations
Color information
#197DB9 (or 0x197DB9) is known color: Cerulean. HEX triplet: 19, 7D and B9. RGB value is (25,125,185). Sum of RGB (Red+Green+Blue) = 25+125+185=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #197DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DB9 is #E68246. Grayscale: #656565. Windows color (decimal): -15106631 or 12156185. OLE color: 12156185.
HSL color Cylindrical-coordinate representation of color #197DB9: hue angle of 202.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197DB9 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 125 | 185 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.27 |
| HSL | 202.5º | 0.76% | 0.41% | - |
| HSV(B) | 202.5º | 0.86% | 0.73% | - |
| XYZ | 16.49 | 18.38 | 48.58 | - |
| YUV | 101.94 | 174.87 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 185 | 0.86 | 0.32 | 0 | 0.27 | 202.5 | 0.76 | 0.41 |
| Hex | 19 | 7D | B9 | 56 | 20 | 0 | 1B | CA | 4C | 29 |
| Octal | 31 | 175 | 271 | 126 | 40 | 0 | 33 | 312 | 114 | 51 |
| Binary | 11001 | 1111101 | 10111001 | 1010110 | 100000 | 0 | 11011 | 11001010 | 1001100 | 101001 |
Color Harmonies of #197DB9
Complementary color
Monochromatic Colors of #197DB9
Black with #197DB9
Text Example
Text Example
White with #197DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DB9; }
p { color: rgb(25,125,185); }
H1.HeaderClassName
{
color: #197DB9;
}
.AnyTagClassName
{
color: #197DB9;
}
</style>
background-color css
<style>
a { background-color: #197DB9; }
a { background-color: rgb(25,125,185); }
div.DivClassName
{
background-color: #197DB9;
}
.BgClassName
{
background-color: #197DB9;
}
</style>
border-color css
<style>
span { border-color: #197DB9; }
span { border-color: rgb(25,125,185); }
td.TdClassName
{
border-color: #197DB9;
}
.TagClassName
{
border-color: #197DB9;
}
</style>