Shades of Denim #197BCB
Tints of Denim #197BCB
RGB
CMYK
RGB Variations
Color information
#197BCB (or 0x197BCB) is known color: Denim. HEX triplet: 19, 7B and CB. RGB value is (25,123,203). Sum of RGB (Red+Green+Blue) = 25+123+203=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #197BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BCB is #E68434. Grayscale: #666666. Windows color (decimal): -15107125 or 13335321. OLE color: 13335321.
HSL color Cylindrical-coordinate representation of color #197BCB: hue angle of 206.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197BCB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 123 | 203 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.20 |
| HSL | 206.97º | 0.78% | 0.45% | - |
| HSV(B) | 206.97º | 0.88% | 0.8% | - |
| XYZ | 18.26 | 18.68 | 59.14 | - |
| YUV | 102.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 203 | 0.88 | 0.39 | 0 | 0.20 | 206.97 | 0.78 | 0.45 |
| Hex | 19 | 7B | CB | 58 | 27 | 0 | 14 | CF | 4E | 2D |
| Octal | 31 | 173 | 313 | 130 | 47 | 0 | 24 | 317 | 116 | 55 |
| Binary | 11001 | 1111011 | 11001011 | 1011000 | 100111 | 0 | 10100 | 11001111 | 1001110 | 101101 |
Color Harmonies of #197BCB
Complementary color
Monochromatic Colors of #197BCB
Black with #197BCB
Text Example
Text Example
White with #197BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BCB; }
p { color: rgb(25,123,203); }
H1.HeaderClassName
{
color: #197BCB;
}
.AnyTagClassName
{
color: #197BCB;
}
</style>
background-color css
<style>
a { background-color: #197BCB; }
a { background-color: rgb(25,123,203); }
div.DivClassName
{
background-color: #197BCB;
}
.BgClassName
{
background-color: #197BCB;
}
</style>
border-color css
<style>
span { border-color: #197BCB; }
span { border-color: rgb(25,123,203); }
td.TdClassName
{
border-color: #197BCB;
}
.TagClassName
{
border-color: #197BCB;
}
</style>