Shades of Denim #1964B3
Tints of Denim #1964B3
RGB
CMYK
RGB Variations
Color information
#1964B3 (or 0x1964B3) is known color: Denim. HEX triplet: 19, 64 and B3. RGB value is (25,100,179). Sum of RGB (Red+Green+Blue) = 25+100+179=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #1964B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964B3 is #E69B4C. Grayscale: #565656. Windows color (decimal): -15113037 or 11756569. OLE color: 11756569.
HSL color Cylindrical-coordinate representation of color #1964B3: hue angle of 210.78º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1964B3 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 100 | 179 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.30 |
| HSL | 210.78º | 0.75% | 0.4% | - |
| HSV(B) | 210.78º | 0.86% | 0.7% | - |
| XYZ | 13.09 | 12.58 | 44.39 | - |
| YUV | 86.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 179 | 0.86 | 0.44 | 0 | 0.30 | 210.78 | 0.75 | 0.4 |
| Hex | 19 | 64 | B3 | 56 | 2C | 0 | 1E | D3 | 4B | 28 |
| Octal | 31 | 144 | 263 | 126 | 54 | 0 | 36 | 323 | 113 | 50 |
| Binary | 11001 | 1100100 | 10110011 | 1010110 | 101100 | 0 | 11110 | 11010011 | 1001011 | 101000 |
Color Harmonies of #1964B3
Complementary color
Monochromatic Colors of #1964B3
Black with #1964B3
Text Example
Text Example
White with #1964B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964B3; }
p { color: rgb(25,100,179); }
H1.HeaderClassName
{
color: #1964B3;
}
.AnyTagClassName
{
color: #1964B3;
}
</style>
background-color css
<style>
a { background-color: #1964B3; }
a { background-color: rgb(25,100,179); }
div.DivClassName
{
background-color: #1964B3;
}
.BgClassName
{
background-color: #1964B3;
}
</style>
border-color css
<style>
span { border-color: #1964B3; }
span { border-color: rgb(25,100,179); }
td.TdClassName
{
border-color: #1964B3;
}
.TagClassName
{
border-color: #1964B3;
}
</style>