Shades of Denim #197DBE
Tints of Denim #197DBE
RGB
CMYK
RGB Variations
Color information
#197DBE (or 0x197DBE) is known color: Denim. HEX triplet: 19, 7D and BE. RGB value is (25,125,190). Sum of RGB (Red+Green+Blue) = 25+125+190=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #197DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DBE is #E68241. Grayscale: #666666. Windows color (decimal): -15106626 or 12483865. OLE color: 12483865.
HSL color Cylindrical-coordinate representation of color #197DBE: hue angle of 203.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197DBE is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 125 | 190 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.25 |
| HSL | 203.64º | 0.77% | 0.42% | - |
| HSV(B) | 203.64º | 0.87% | 0.75% | - |
| XYZ | 17.03 | 18.59 | 51.41 | - |
| YUV | 102.51 | 177.37 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 190 | 0.87 | 0.34 | 0 | 0.25 | 203.64 | 0.77 | 0.42 |
| Hex | 19 | 7D | BE | 57 | 22 | 0 | 19 | CC | 4D | 2A |
| Octal | 31 | 175 | 276 | 127 | 42 | 0 | 31 | 314 | 115 | 52 |
| Binary | 11001 | 1111101 | 10111110 | 1010111 | 100010 | 0 | 11001 | 11001100 | 1001101 | 101010 |
Color Harmonies of #197DBE
Complementary color
Monochromatic Colors of #197DBE
Black with #197DBE
Text Example
Text Example
White with #197DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DBE; }
p { color: rgb(25,125,190); }
H1.HeaderClassName
{
color: #197DBE;
}
.AnyTagClassName
{
color: #197DBE;
}
</style>
background-color css
<style>
a { background-color: #197DBE; }
a { background-color: rgb(25,125,190); }
div.DivClassName
{
background-color: #197DBE;
}
.BgClassName
{
background-color: #197DBE;
}
</style>
border-color css
<style>
span { border-color: #197DBE; }
span { border-color: rgb(25,125,190); }
td.TdClassName
{
border-color: #197DBE;
}
.TagClassName
{
border-color: #197DBE;
}
</style>