Shades of Cerulean #197DB0
Tints of Cerulean #197DB0
RGB
CMYK
RGB Variations
Color information
#197DB0 (or 0x197DB0) is known color: Cerulean. HEX triplet: 19, 7D and B0. RGB value is (25,125,176). Sum of RGB (Red+Green+Blue) = 25+125+176=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #197DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DB0 is #E6824F. Grayscale: #646464. Windows color (decimal): -15106640 or 11566361. OLE color: 11566361.
HSL color Cylindrical-coordinate representation of color #197DB0: hue angle of 200.26º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197DB0 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 125 | 176 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.31 |
| HSL | 200.26º | 0.75% | 0.39% | - |
| HSV(B) | 200.26º | 0.86% | 0.69% | - |
| XYZ | 15.57 | 18.01 | 43.73 | - |
| YUV | 100.91 | 170.37 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 176 | 0.86 | 0.29 | 0 | 0.31 | 200.26 | 0.75 | 0.39 |
| Hex | 19 | 7D | B0 | 56 | 1D | 0 | 1F | C8 | 4B | 27 |
| Octal | 31 | 175 | 260 | 126 | 35 | 0 | 37 | 310 | 113 | 47 |
| Binary | 11001 | 1111101 | 10110000 | 1010110 | 11101 | 0 | 11111 | 11001000 | 1001011 | 100111 |
Color Harmonies of #197DB0
Complementary color
Monochromatic Colors of #197DB0
Black with #197DB0
Text Example
Text Example
White with #197DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DB0; }
p { color: rgb(25,125,176); }
H1.HeaderClassName
{
color: #197DB0;
}
.AnyTagClassName
{
color: #197DB0;
}
</style>
background-color css
<style>
a { background-color: #197DB0; }
a { background-color: rgb(25,125,176); }
div.DivClassName
{
background-color: #197DB0;
}
.BgClassName
{
background-color: #197DB0;
}
</style>
border-color css
<style>
span { border-color: #197DB0; }
span { border-color: rgb(25,125,176); }
td.TdClassName
{
border-color: #197DB0;
}
.TagClassName
{
border-color: #197DB0;
}
</style>