Shades of Denim #197DBD
Tints of Denim #197DBD
RGB
CMYK
RGB Variations
Color information
#197DBD (or 0x197DBD) is known color: Denim. HEX triplet: 19, 7D and BD. RGB value is (25,125,189). Sum of RGB (Red+Green+Blue) = 25+125+189=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #197DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DBD is #E68242. Grayscale: #666666. Windows color (decimal): -15106627 or 12418329. OLE color: 12418329.
HSL color Cylindrical-coordinate representation of color #197DBD: hue angle of 203.41º 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 #197DBD is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 125 | 189 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.26 |
| HSL | 203.41º | 0.77% | 0.42% | - |
| HSV(B) | 203.41º | 0.87% | 0.74% | - |
| XYZ | 16.92 | 18.55 | 50.83 | - |
| YUV | 102.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 189 | 0.87 | 0.34 | 0 | 0.26 | 203.41 | 0.77 | 0.42 |
| Hex | 19 | 7D | BD | 57 | 22 | 0 | 1A | CB | 4D | 2A |
| Octal | 31 | 175 | 275 | 127 | 42 | 0 | 32 | 313 | 115 | 52 |
| Binary | 11001 | 1111101 | 10111101 | 1010111 | 100010 | 0 | 11010 | 11001011 | 1001101 | 101010 |
Color Harmonies of #197DBD
Complementary color
Monochromatic Colors of #197DBD
Black with #197DBD
Text Example
Text Example
White with #197DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DBD; }
p { color: rgb(25,125,189); }
H1.HeaderClassName
{
color: #197DBD;
}
.AnyTagClassName
{
color: #197DBD;
}
</style>
background-color css
<style>
a { background-color: #197DBD; }
a { background-color: rgb(25,125,189); }
div.DivClassName
{
background-color: #197DBD;
}
.BgClassName
{
background-color: #197DBD;
}
</style>
border-color css
<style>
span { border-color: #197DBD; }
span { border-color: rgb(25,125,189); }
td.TdClassName
{
border-color: #197DBD;
}
.TagClassName
{
border-color: #197DBD;
}
</style>