Shades of Denim #1971B9
Tints of Denim #1971B9
RGB
CMYK
RGB Variations
Color information
#1971B9 (or 0x1971B9) is known color: Denim. HEX triplet: 19, 71 and B9. RGB value is (25,113,185). Sum of RGB (Red+Green+Blue) = 25+113+185=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #1971B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971B9 is #E68E46. Grayscale: #5E5E5E. Windows color (decimal): -15109703 or 12153113. OLE color: 12153113.
HSL color Cylindrical-coordinate representation of color #1971B9: hue angle of 207º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1971B9 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 113 | 185 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.27 |
| HSL | 207º | 0.76% | 0.41% | - |
| HSV(B) | 207º | 0.86% | 0.73% | - |
| XYZ | 15.06 | 15.52 | 48.1 | - |
| YUV | 94.9 | 178.85 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 185 | 0.86 | 0.39 | 0 | 0.27 | 207 | 0.76 | 0.41 |
| Hex | 19 | 71 | B9 | 56 | 27 | 0 | 1B | CF | 4C | 29 |
| Octal | 31 | 161 | 271 | 126 | 47 | 0 | 33 | 317 | 114 | 51 |
| Binary | 11001 | 1110001 | 10111001 | 1010110 | 100111 | 0 | 11011 | 11001111 | 1001100 | 101001 |
Color Harmonies of #1971B9
Complementary color
Monochromatic Colors of #1971B9
Black with #1971B9
Text Example
Text Example
White with #1971B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971B9; }
p { color: rgb(25,113,185); }
H1.HeaderClassName
{
color: #1971B9;
}
.AnyTagClassName
{
color: #1971B9;
}
</style>
background-color css
<style>
a { background-color: #1971B9; }
a { background-color: rgb(25,113,185); }
div.DivClassName
{
background-color: #1971B9;
}
.BgClassName
{
background-color: #1971B9;
}
</style>
border-color css
<style>
span { border-color: #1971B9; }
span { border-color: rgb(25,113,185); }
td.TdClassName
{
border-color: #1971B9;
}
.TagClassName
{
border-color: #1971B9;
}
</style>