Shades of Denim #1567BF
Tints of Denim #1567BF
RGB
CMYK
RGB Variations
Color information
#1567BF (or 0x1567BF) is known color: Denim. HEX triplet: 15, 67 and BF. RGB value is (21,103,191). Sum of RGB (Red+Green+Blue) = 21+103+191=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1567BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567BF is #EA9840. Grayscale: #585858. Windows color (decimal): -15374401 or 12543765. OLE color: 12543765.
HSL color Cylindrical-coordinate representation of color #1567BF: hue angle of 211.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1567BF is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 103 | 191 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.25 |
| HSL | 211.06º | 0.8% | 0.42% | - |
| HSV(B) | 211.06º | 0.89% | 0.75% | - |
| XYZ | 14.56 | 13.62 | 51.15 | - |
| YUV | 88.51 | 185.83 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 191 | 0.89 | 0.46 | 0 | 0.25 | 211.06 | 0.8 | 0.42 |
| Hex | 15 | 67 | BF | 59 | 2E | 0 | 19 | D3 | 50 | 2A |
| Octal | 25 | 147 | 277 | 131 | 56 | 0 | 31 | 323 | 120 | 52 |
| Binary | 10101 | 1100111 | 10111111 | 1011001 | 101110 | 0 | 11001 | 11010011 | 1010000 | 101010 |
Color Harmonies of #1567BF
Complementary color
Monochromatic Colors of #1567BF
Black with #1567BF
Text Example
Text Example
White with #1567BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567BF; }
p { color: rgb(21,103,191); }
H1.HeaderClassName
{
color: #1567BF;
}
.AnyTagClassName
{
color: #1567BF;
}
</style>
background-color css
<style>
a { background-color: #1567BF; }
a { background-color: rgb(21,103,191); }
div.DivClassName
{
background-color: #1567BF;
}
.BgClassName
{
background-color: #1567BF;
}
</style>
border-color css
<style>
span { border-color: #1567BF; }
span { border-color: rgb(21,103,191); }
td.TdClassName
{
border-color: #1567BF;
}
.TagClassName
{
border-color: #1567BF;
}
</style>