Shades of Cerulean #197DB3
Tints of Cerulean #197DB3
RGB
CMYK
RGB Variations
Color information
#197DB3 (or 0x197DB3) is known color: Cerulean. HEX triplet: 19, 7D and B3. RGB value is (25,125,179). Sum of RGB (Red+Green+Blue) = 25+125+179=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #197DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DB3 is #E6824C. Grayscale: #646464. Windows color (decimal): -15106637 or 11762969. OLE color: 11762969.
HSL color Cylindrical-coordinate representation of color #197DB3: hue angle of 201.04º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197DB3 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 125 | 179 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.30 |
| HSL | 201.04º | 0.75% | 0.4% | - |
| HSV(B) | 201.04º | 0.86% | 0.7% | - |
| XYZ | 15.87 | 18.13 | 45.31 | - |
| YUV | 101.26 | 171.87 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 179 | 0.86 | 0.30 | 0 | 0.30 | 201.04 | 0.75 | 0.4 |
| Hex | 19 | 7D | B3 | 56 | 1E | 0 | 1E | C9 | 4B | 28 |
| Octal | 31 | 175 | 263 | 126 | 36 | 0 | 36 | 311 | 113 | 50 |
| Binary | 11001 | 1111101 | 10110011 | 1010110 | 11110 | 0 | 11110 | 11001001 | 1001011 | 101000 |
Color Harmonies of #197DB3
Complementary color
Monochromatic Colors of #197DB3
Black with #197DB3
Text Example
Text Example
White with #197DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DB3; }
p { color: rgb(25,125,179); }
H1.HeaderClassName
{
color: #197DB3;
}
.AnyTagClassName
{
color: #197DB3;
}
</style>
background-color css
<style>
a { background-color: #197DB3; }
a { background-color: rgb(25,125,179); }
div.DivClassName
{
background-color: #197DB3;
}
.BgClassName
{
background-color: #197DB3;
}
</style>
border-color css
<style>
span { border-color: #197DB3; }
span { border-color: rgb(25,125,179); }
td.TdClassName
{
border-color: #197DB3;
}
.TagClassName
{
border-color: #197DB3;
}
</style>