Shades of Cerulean #197CB6
Tints of Cerulean #197CB6
RGB
CMYK
RGB Variations
Color information
#197CB6 (or 0x197CB6) is known color: Cerulean. HEX triplet: 19, 7C and B6. RGB value is (25,124,182). Sum of RGB (Red+Green+Blue) = 25+124+182=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #197CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CB6 is #E68349. Grayscale: #646464. Windows color (decimal): -15106890 or 11959321. OLE color: 11959321.
HSL color Cylindrical-coordinate representation of color #197CB6: hue angle of 202.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197CB6 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 124 | 182 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.29 |
| HSL | 202.17º | 0.76% | 0.41% | - |
| HSV(B) | 202.17º | 0.86% | 0.71% | - |
| XYZ | 16.05 | 18 | 46.88 | - |
| YUV | 101.01 | 173.7 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 182 | 0.86 | 0.32 | 0 | 0.29 | 202.17 | 0.76 | 0.41 |
| Hex | 19 | 7C | B6 | 56 | 20 | 0 | 1D | CA | 4C | 29 |
| Octal | 31 | 174 | 266 | 126 | 40 | 0 | 35 | 312 | 114 | 51 |
| Binary | 11001 | 1111100 | 10110110 | 1010110 | 100000 | 0 | 11101 | 11001010 | 1001100 | 101001 |
Color Harmonies of #197CB6
Complementary color
Monochromatic Colors of #197CB6
Black with #197CB6
Text Example
Text Example
White with #197CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CB6; }
p { color: rgb(25,124,182); }
H1.HeaderClassName
{
color: #197CB6;
}
.AnyTagClassName
{
color: #197CB6;
}
</style>
background-color css
<style>
a { background-color: #197CB6; }
a { background-color: rgb(25,124,182); }
div.DivClassName
{
background-color: #197CB6;
}
.BgClassName
{
background-color: #197CB6;
}
</style>
border-color css
<style>
span { border-color: #197CB6; }
span { border-color: rgb(25,124,182); }
td.TdClassName
{
border-color: #197CB6;
}
.TagClassName
{
border-color: #197CB6;
}
</style>