Shades of Denim #1964BA
Tints of Denim #1964BA
RGB
CMYK
RGB Variations
Color information
#1964BA (or 0x1964BA) is known color: Denim. HEX triplet: 19, 64 and BA. RGB value is (25,100,186). Sum of RGB (Red+Green+Blue) = 25+100+186=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #1964BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964BA is #E69B45. Grayscale: #565656. Windows color (decimal): -15113030 or 12215321. OLE color: 12215321.
HSL color Cylindrical-coordinate representation of color #1964BA: hue angle of 212.05º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1964BA is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 100 | 186 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.27 |
| HSL | 212.05º | 0.76% | 0.41% | - |
| HSV(B) | 212.05º | 0.87% | 0.73% | - |
| XYZ | 13.82 | 12.87 | 48.21 | - |
| YUV | 87.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 186 | 0.87 | 0.46 | 0 | 0.27 | 212.05 | 0.76 | 0.41 |
| Hex | 19 | 64 | BA | 57 | 2E | 0 | 1B | D4 | 4C | 29 |
| Octal | 31 | 144 | 272 | 127 | 56 | 0 | 33 | 324 | 114 | 51 |
| Binary | 11001 | 1100100 | 10111010 | 1010111 | 101110 | 0 | 11011 | 11010100 | 1001100 | 101001 |
Color Harmonies of #1964BA
Complementary color
Monochromatic Colors of #1964BA
Black with #1964BA
Text Example
Text Example
White with #1964BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964BA; }
p { color: rgb(25,100,186); }
H1.HeaderClassName
{
color: #1964BA;
}
.AnyTagClassName
{
color: #1964BA;
}
</style>
background-color css
<style>
a { background-color: #1964BA; }
a { background-color: rgb(25,100,186); }
div.DivClassName
{
background-color: #1964BA;
}
.BgClassName
{
background-color: #1964BA;
}
</style>
border-color css
<style>
span { border-color: #1964BA; }
span { border-color: rgb(25,100,186); }
td.TdClassName
{
border-color: #1964BA;
}
.TagClassName
{
border-color: #1964BA;
}
</style>