Shades of Denim #1964B6
Tints of Denim #1964B6
RGB
CMYK
RGB Variations
Color information
#1964B6 (or 0x1964B6) is known color: Denim. HEX triplet: 19, 64 and B6. RGB value is (25,100,182). Sum of RGB (Red+Green+Blue) = 25+100+182=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #1964B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964B6 is #E69B49. Grayscale: #565656. Windows color (decimal): -15113034 or 11953177. OLE color: 11953177.
HSL color Cylindrical-coordinate representation of color #1964B6: hue angle of 211.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1964B6 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 100 | 182 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.29 |
| HSL | 211.34º | 0.76% | 0.41% | - |
| HSV(B) | 211.34º | 0.86% | 0.71% | - |
| XYZ | 13.4 | 12.7 | 46 | - |
| YUV | 86.92 | 181.65 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 182 | 0.86 | 0.45 | 0 | 0.29 | 211.34 | 0.76 | 0.41 |
| Hex | 19 | 64 | B6 | 56 | 2D | 0 | 1D | D3 | 4C | 29 |
| Octal | 31 | 144 | 266 | 126 | 55 | 0 | 35 | 323 | 114 | 51 |
| Binary | 11001 | 1100100 | 10110110 | 1010110 | 101101 | 0 | 11101 | 11010011 | 1001100 | 101001 |
Color Harmonies of #1964B6
Complementary color
Monochromatic Colors of #1964B6
Black with #1964B6
Text Example
Text Example
White with #1964B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964B6; }
p { color: rgb(25,100,182); }
H1.HeaderClassName
{
color: #1964B6;
}
.AnyTagClassName
{
color: #1964B6;
}
</style>
background-color css
<style>
a { background-color: #1964B6; }
a { background-color: rgb(25,100,182); }
div.DivClassName
{
background-color: #1964B6;
}
.BgClassName
{
background-color: #1964B6;
}
</style>
border-color css
<style>
span { border-color: #1964B6; }
span { border-color: rgb(25,100,182); }
td.TdClassName
{
border-color: #1964B6;
}
.TagClassName
{
border-color: #1964B6;
}
</style>