Shades of Denim #197BBC
Tints of Denim #197BBC
RGB
CMYK
RGB Variations
Color information
#197BBC (or 0x197BBC) is known color: Denim. HEX triplet: 19, 7B and BC. RGB value is (25,123,188). Sum of RGB (Red+Green+Blue) = 25+123+188=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #197BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BBC is #E68443. Grayscale: #646464. Windows color (decimal): -15107140 or 12352281. OLE color: 12352281.
HSL color Cylindrical-coordinate representation of color #197BBC: hue angle of 203.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197BBC is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 123 | 188 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.26 |
| HSL | 203.93º | 0.77% | 0.42% | - |
| HSV(B) | 203.93º | 0.87% | 0.74% | - |
| XYZ | 16.56 | 18 | 50.18 | - |
| YUV | 101.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 188 | 0.87 | 0.35 | 0 | 0.26 | 203.93 | 0.77 | 0.42 |
| Hex | 19 | 7B | BC | 57 | 23 | 0 | 1A | CC | 4D | 2A |
| Octal | 31 | 173 | 274 | 127 | 43 | 0 | 32 | 314 | 115 | 52 |
| Binary | 11001 | 1111011 | 10111100 | 1010111 | 100011 | 0 | 11010 | 11001100 | 1001101 | 101010 |
Color Harmonies of #197BBC
Complementary color
Monochromatic Colors of #197BBC
Black with #197BBC
Text Example
Text Example
White with #197BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BBC; }
p { color: rgb(25,123,188); }
H1.HeaderClassName
{
color: #197BBC;
}
.AnyTagClassName
{
color: #197BBC;
}
</style>
background-color css
<style>
a { background-color: #197BBC; }
a { background-color: rgb(25,123,188); }
div.DivClassName
{
background-color: #197BBC;
}
.BgClassName
{
background-color: #197BBC;
}
</style>
border-color css
<style>
span { border-color: #197BBC; }
span { border-color: rgb(25,123,188); }
td.TdClassName
{
border-color: #197BBC;
}
.TagClassName
{
border-color: #197BBC;
}
</style>