Shades of Denim #197BC6
Tints of Denim #197BC6
RGB
CMYK
RGB Variations
Color information
#197BC6 (or 0x197BC6) is known color: Denim. HEX triplet: 19, 7B and C6. RGB value is (25,123,198). Sum of RGB (Red+Green+Blue) = 25+123+198=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #197BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BC6 is #E68439. Grayscale: #656565. Windows color (decimal): -15107130 or 13007641. OLE color: 13007641.
HSL color Cylindrical-coordinate representation of color #197BC6: hue angle of 206.01º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197BC6 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 123 | 198 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.22 |
| HSL | 206.01º | 0.78% | 0.44% | - |
| HSV(B) | 206.01º | 0.87% | 0.78% | - |
| XYZ | 17.68 | 18.45 | 56.06 | - |
| YUV | 102.25 | 182.03 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 198 | 0.87 | 0.38 | 0 | 0.22 | 206.01 | 0.78 | 0.44 |
| Hex | 19 | 7B | C6 | 57 | 26 | 0 | 16 | CE | 4E | 2C |
| Octal | 31 | 173 | 306 | 127 | 46 | 0 | 26 | 316 | 116 | 54 |
| Binary | 11001 | 1111011 | 11000110 | 1010111 | 100110 | 0 | 10110 | 11001110 | 1001110 | 101100 |
Color Harmonies of #197BC6
Complementary color
Monochromatic Colors of #197BC6
Black with #197BC6
Text Example
Text Example
White with #197BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BC6; }
p { color: rgb(25,123,198); }
H1.HeaderClassName
{
color: #197BC6;
}
.AnyTagClassName
{
color: #197BC6;
}
</style>
background-color css
<style>
a { background-color: #197BC6; }
a { background-color: rgb(25,123,198); }
div.DivClassName
{
background-color: #197BC6;
}
.BgClassName
{
background-color: #197BC6;
}
</style>
border-color css
<style>
span { border-color: #197BC6; }
span { border-color: rgb(25,123,198); }
td.TdClassName
{
border-color: #197BC6;
}
.TagClassName
{
border-color: #197BC6;
}
</style>