Shades of Denim #197DCC
Tints of Denim #197DCC
RGB
CMYK
RGB Variations
Color information
#197DCC (or 0x197DCC) is known color: Denim. HEX triplet: 19, 7D and CC. RGB value is (25,125,204). Sum of RGB (Red+Green+Blue) = 25+125+204=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #197DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DCC is #E68233. Grayscale: #676767. Windows color (decimal): -15106612 or 13401369. OLE color: 13401369.
HSL color Cylindrical-coordinate representation of color #197DCC: hue angle of 206.48º 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 #197DCC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 125 | 204 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.2 |
| HSL | 206.48º | 0.78% | 0.45% | - |
| HSV(B) | 206.48º | 0.88% | 0.8% | - |
| XYZ | 18.63 | 19.23 | 59.86 | - |
| YUV | 104.11 | 184.37 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 204 | 0.88 | 0.39 | 0 | 0.2 | 206.48 | 0.78 | 0.45 |
| Hex | 19 | 7D | CC | 58 | 27 | 0 | 14 | CE | 4E | 2D |
| Octal | 31 | 175 | 314 | 130 | 47 | 0 | 24 | 316 | 116 | 55 |
| Binary | 11001 | 1111101 | 11001100 | 1011000 | 100111 | 0 | 10100 | 11001110 | 1001110 | 101101 |
Color Harmonies of #197DCC
Complementary color
Monochromatic Colors of #197DCC
Black with #197DCC
Text Example
Text Example
White with #197DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DCC; }
p { color: rgb(25,125,204); }
H1.HeaderClassName
{
color: #197DCC;
}
.AnyTagClassName
{
color: #197DCC;
}
</style>
background-color css
<style>
a { background-color: #197DCC; }
a { background-color: rgb(25,125,204); }
div.DivClassName
{
background-color: #197DCC;
}
.BgClassName
{
background-color: #197DCC;
}
</style>
border-color css
<style>
span { border-color: #197DCC; }
span { border-color: rgb(25,125,204); }
td.TdClassName
{
border-color: #197DCC;
}
.TagClassName
{
border-color: #197DCC;
}
</style>