Shades of Denim #1964AB
Tints of Denim #1964AB
RGB
CMYK
RGB Variations
Color information
#1964AB (or 0x1964AB) is known color: Denim. HEX triplet: 19, 64 and AB. RGB value is (25,100,171). Sum of RGB (Red+Green+Blue) = 25+100+171=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #1964AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1964AB is #E69B54. Grayscale: #555555. Windows color (decimal): -15113045 or 11232281. OLE color: 11232281.
HSL color Cylindrical-coordinate representation of color #1964AB: hue angle of 209.18º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1964AB is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 100 | 171 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.33 |
| HSL | 209.18º | 0.74% | 0.38% | - |
| HSV(B) | 209.18º | 0.85% | 0.67% | - |
| XYZ | 12.31 | 12.26 | 40.25 | - |
| YUV | 85.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 171 | 0.85 | 0.42 | 0 | 0.33 | 209.18 | 0.74 | 0.38 |
| Hex | 19 | 64 | AB | 55 | 2A | 0 | 21 | D1 | 4A | 26 |
| Octal | 31 | 144 | 253 | 125 | 52 | 0 | 41 | 321 | 112 | 46 |
| Binary | 11001 | 1100100 | 10101011 | 1010101 | 101010 | 0 | 100001 | 11010001 | 1001010 | 100110 |
Color Harmonies of #1964AB
Complementary color
Monochromatic Colors of #1964AB
Black with #1964AB
Text Example
Text Example
White with #1964AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964AB; }
p { color: rgb(25,100,171); }
H1.HeaderClassName
{
color: #1964AB;
}
.AnyTagClassName
{
color: #1964AB;
}
</style>
background-color css
<style>
a { background-color: #1964AB; }
a { background-color: rgb(25,100,171); }
div.DivClassName
{
background-color: #1964AB;
}
.BgClassName
{
background-color: #1964AB;
}
</style>
border-color css
<style>
span { border-color: #1964AB; }
span { border-color: rgb(25,100,171); }
td.TdClassName
{
border-color: #1964AB;
}
.TagClassName
{
border-color: #1964AB;
}
</style>