Shades of Denim #1564BB
Tints of Denim #1564BB
RGB
CMYK
RGB Variations
Color information
#1564BB (or 0x1564BB) is known color: Denim. HEX triplet: 15, 64 and BB. RGB value is (21,100,187). Sum of RGB (Red+Green+Blue) = 21+100+187=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1564BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564BB is #EA9B44. Grayscale: #555555. Windows color (decimal): -15375173 or 12280853. OLE color: 12280853.
HSL color Cylindrical-coordinate representation of color #1564BB: hue angle of 211.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1564BB is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 100 | 187 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.27 |
| HSL | 211.45º | 0.8% | 0.41% | - |
| HSV(B) | 211.45º | 0.89% | 0.73% | - |
| XYZ | 13.84 | 12.86 | 48.77 | - |
| YUV | 86.3 | 184.83 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 187 | 0.89 | 0.47 | 0 | 0.27 | 211.45 | 0.8 | 0.41 |
| Hex | 15 | 64 | BB | 59 | 2F | 0 | 1B | D3 | 50 | 29 |
| Octal | 25 | 144 | 273 | 131 | 57 | 0 | 33 | 323 | 120 | 51 |
| Binary | 10101 | 1100100 | 10111011 | 1011001 | 101111 | 0 | 11011 | 11010011 | 1010000 | 101001 |
Color Harmonies of #1564BB
Complementary color
Monochromatic Colors of #1564BB
Black with #1564BB
Text Example
Text Example
White with #1564BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564BB; }
p { color: rgb(21,100,187); }
H1.HeaderClassName
{
color: #1564BB;
}
.AnyTagClassName
{
color: #1564BB;
}
</style>
background-color css
<style>
a { background-color: #1564BB; }
a { background-color: rgb(21,100,187); }
div.DivClassName
{
background-color: #1564BB;
}
.BgClassName
{
background-color: #1564BB;
}
</style>
border-color css
<style>
span { border-color: #1564BB; }
span { border-color: rgb(21,100,187); }
td.TdClassName
{
border-color: #1564BB;
}
.TagClassName
{
border-color: #1564BB;
}
</style>