Shades of Denim #197CBB
Tints of Denim #197CBB
RGB
CMYK
RGB Variations
Color information
#197CBB (or 0x197CBB) is known color: Denim. HEX triplet: 19, 7C and BB. RGB value is (25,124,187). Sum of RGB (Red+Green+Blue) = 25+124+187=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #197CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CBB is #E68344. Grayscale: #656565. Windows color (decimal): -15106885 or 12287001. OLE color: 12287001.
HSL color Cylindrical-coordinate representation of color #197CBB: hue angle of 203.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197CBB is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 124 | 187 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.27 |
| HSL | 203.33º | 0.76% | 0.42% | - |
| HSV(B) | 203.33º | 0.87% | 0.73% | - |
| XYZ | 16.58 | 18.21 | 49.65 | - |
| YUV | 101.58 | 176.2 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 187 | 0.87 | 0.34 | 0 | 0.27 | 203.33 | 0.76 | 0.42 |
| Hex | 19 | 7C | BB | 57 | 22 | 0 | 1B | CB | 4C | 2A |
| Octal | 31 | 174 | 273 | 127 | 42 | 0 | 33 | 313 | 114 | 52 |
| Binary | 11001 | 1111100 | 10111011 | 1010111 | 100010 | 0 | 11011 | 11001011 | 1001100 | 101010 |
Color Harmonies of #197CBB
Complementary color
Monochromatic Colors of #197CBB
Black with #197CBB
Text Example
Text Example
White with #197CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CBB; }
p { color: rgb(25,124,187); }
H1.HeaderClassName
{
color: #197CBB;
}
.AnyTagClassName
{
color: #197CBB;
}
</style>
background-color css
<style>
a { background-color: #197CBB; }
a { background-color: rgb(25,124,187); }
div.DivClassName
{
background-color: #197CBB;
}
.BgClassName
{
background-color: #197CBB;
}
</style>
border-color css
<style>
span { border-color: #197CBB; }
span { border-color: rgb(25,124,187); }
td.TdClassName
{
border-color: #197CBB;
}
.TagClassName
{
border-color: #197CBB;
}
</style>