Shades of Cerulean #197DB4
Tints of Cerulean #197DB4
RGB
CMYK
RGB Variations
Color information
#197DB4 (or 0x197DB4) is known color: Cerulean. HEX triplet: 19, 7D and B4. RGB value is (25,125,180). Sum of RGB (Red+Green+Blue) = 25+125+180=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #197DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DB4 is #E6824B. Grayscale: #656565. Windows color (decimal): -15106636 or 11828505. OLE color: 11828505.
HSL color Cylindrical-coordinate representation of color #197DB4: hue angle of 201.29º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197DB4 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 125 | 180 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.29 |
| HSL | 201.29º | 0.76% | 0.4% | - |
| HSV(B) | 201.29º | 0.86% | 0.71% | - |
| XYZ | 15.97 | 18.17 | 45.85 | - |
| YUV | 101.37 | 172.37 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 180 | 0.86 | 0.31 | 0 | 0.29 | 201.29 | 0.76 | 0.4 |
| Hex | 19 | 7D | B4 | 56 | 1F | 0 | 1D | C9 | 4C | 28 |
| Octal | 31 | 175 | 264 | 126 | 37 | 0 | 35 | 311 | 114 | 50 |
| Binary | 11001 | 1111101 | 10110100 | 1010110 | 11111 | 0 | 11101 | 11001001 | 1001100 | 101000 |
Color Harmonies of #197DB4
Complementary color
Monochromatic Colors of #197DB4
Black with #197DB4
Text Example
Text Example
White with #197DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DB4; }
p { color: rgb(25,125,180); }
H1.HeaderClassName
{
color: #197DB4;
}
.AnyTagClassName
{
color: #197DB4;
}
</style>
background-color css
<style>
a { background-color: #197DB4; }
a { background-color: rgb(25,125,180); }
div.DivClassName
{
background-color: #197DB4;
}
.BgClassName
{
background-color: #197DB4;
}
</style>
border-color css
<style>
span { border-color: #197DB4; }
span { border-color: rgb(25,125,180); }
td.TdClassName
{
border-color: #197DB4;
}
.TagClassName
{
border-color: #197DB4;
}
</style>