Shades of Denim #1564BC
Tints of Denim #1564BC
RGB
CMYK
RGB Variations
Color information
#1564BC (or 0x1564BC) is known color: Denim. HEX triplet: 15, 64 and BC. RGB value is (21,100,188). Sum of RGB (Red+Green+Blue) = 21+100+188=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1564BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564BC is #EA9B43. Grayscale: #555555. Windows color (decimal): -15375172 or 12346389. OLE color: 12346389.
HSL color Cylindrical-coordinate representation of color #1564BC: hue angle of 211.62º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1564BC is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 100 | 188 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.26 |
| HSL | 211.62º | 0.8% | 0.41% | - |
| HSV(B) | 211.62º | 0.89% | 0.74% | - |
| XYZ | 13.94 | 12.9 | 49.33 | - |
| YUV | 86.41 | 185.33 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 188 | 0.89 | 0.47 | 0 | 0.26 | 211.62 | 0.8 | 0.41 |
| Hex | 15 | 64 | BC | 59 | 2F | 0 | 1A | D4 | 50 | 29 |
| Octal | 25 | 144 | 274 | 131 | 57 | 0 | 32 | 324 | 120 | 51 |
| Binary | 10101 | 1100100 | 10111100 | 1011001 | 101111 | 0 | 11010 | 11010100 | 1010000 | 101001 |
Color Harmonies of #1564BC
Complementary color
Monochromatic Colors of #1564BC
Black with #1564BC
Text Example
Text Example
White with #1564BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564BC; }
p { color: rgb(21,100,188); }
H1.HeaderClassName
{
color: #1564BC;
}
.AnyTagClassName
{
color: #1564BC;
}
</style>
background-color css
<style>
a { background-color: #1564BC; }
a { background-color: rgb(21,100,188); }
div.DivClassName
{
background-color: #1564BC;
}
.BgClassName
{
background-color: #1564BC;
}
</style>
border-color css
<style>
span { border-color: #1564BC; }
span { border-color: rgb(21,100,188); }
td.TdClassName
{
border-color: #1564BC;
}
.TagClassName
{
border-color: #1564BC;
}
</style>