Shades of Denim #1564AE
Tints of Denim #1564AE
RGB
CMYK
RGB Variations
Color information
#1564AE (or 0x1564AE) is known color: Denim. HEX triplet: 15, 64 and AE. RGB value is (21,100,174). Sum of RGB (Red+Green+Blue) = 21+100+174=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1564AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1564AE is #EA9B51. Grayscale: #545454. Windows color (decimal): -15375186 or 11428885. OLE color: 11428885.
HSL color Cylindrical-coordinate representation of color #1564AE: hue angle of 209.02º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1564AE is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 100 | 174 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.32 |
| HSL | 209.02º | 0.78% | 0.38% | - |
| HSV(B) | 209.02º | 0.88% | 0.68% | - |
| XYZ | 12.51 | 12.33 | 41.77 | - |
| YUV | 84.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 174 | 0.88 | 0.43 | 0 | 0.32 | 209.02 | 0.78 | 0.38 |
| Hex | 15 | 64 | AE | 58 | 2B | 0 | 20 | D1 | 4E | 26 |
| Octal | 25 | 144 | 256 | 130 | 53 | 0 | 40 | 321 | 116 | 46 |
| Binary | 10101 | 1100100 | 10101110 | 1011000 | 101011 | 0 | 100000 | 11010001 | 1001110 | 100110 |
Color Harmonies of #1564AE
Complementary color
Monochromatic Colors of #1564AE
Black with #1564AE
Text Example
Text Example
White with #1564AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564AE; }
p { color: rgb(21,100,174); }
H1.HeaderClassName
{
color: #1564AE;
}
.AnyTagClassName
{
color: #1564AE;
}
</style>
background-color css
<style>
a { background-color: #1564AE; }
a { background-color: rgb(21,100,174); }
div.DivClassName
{
background-color: #1564AE;
}
.BgClassName
{
background-color: #1564AE;
}
</style>
border-color css
<style>
span { border-color: #1564AE; }
span { border-color: rgb(21,100,174); }
td.TdClassName
{
border-color: #1564AE;
}
.TagClassName
{
border-color: #1564AE;
}
</style>