Shades of Denim #1564AF
Tints of Denim #1564AF
RGB
CMYK
RGB Variations
Color information
#1564AF (or 0x1564AF) is known color: Denim. HEX triplet: 15, 64 and AF. RGB value is (21,100,175). Sum of RGB (Red+Green+Blue) = 21+100+175=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #1564AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1564AF is #EA9B50. Grayscale: #545454. Windows color (decimal): -15375185 or 11494421. OLE color: 11494421.
HSL color Cylindrical-coordinate representation of color #1564AF: hue angle of 209.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1564AF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 100 | 175 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.31 |
| HSL | 209.22º | 0.79% | 0.38% | - |
| HSV(B) | 209.22º | 0.88% | 0.69% | - |
| XYZ | 12.6 | 12.37 | 42.28 | - |
| YUV | 84.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 175 | 0.88 | 0.43 | 0 | 0.31 | 209.22 | 0.79 | 0.38 |
| Hex | 15 | 64 | AF | 58 | 2B | 0 | 1F | D1 | 4F | 26 |
| Octal | 25 | 144 | 257 | 130 | 53 | 0 | 37 | 321 | 117 | 46 |
| Binary | 10101 | 1100100 | 10101111 | 1011000 | 101011 | 0 | 11111 | 11010001 | 1001111 | 100110 |
Color Harmonies of #1564AF
Complementary color
Monochromatic Colors of #1564AF
Black with #1564AF
Text Example
Text Example
White with #1564AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564AF; }
p { color: rgb(21,100,175); }
H1.HeaderClassName
{
color: #1564AF;
}
.AnyTagClassName
{
color: #1564AF;
}
</style>
background-color css
<style>
a { background-color: #1564AF; }
a { background-color: rgb(21,100,175); }
div.DivClassName
{
background-color: #1564AF;
}
.BgClassName
{
background-color: #1564AF;
}
</style>
border-color css
<style>
span { border-color: #1564AF; }
span { border-color: rgb(21,100,175); }
td.TdClassName
{
border-color: #1564AF;
}
.TagClassName
{
border-color: #1564AF;
}
</style>