Shades of Denim #1569BF
Tints of Denim #1569BF
RGB
CMYK
RGB Variations
Color information
#1569BF (or 0x1569BF) is known color: Denim. HEX triplet: 15, 69 and BF. RGB value is (21,105,191). Sum of RGB (Red+Green+Blue) = 21+105+191=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #1569BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569BF is #EA9640. Grayscale: #595959. Windows color (decimal): -15373889 or 12544277. OLE color: 12544277.
HSL color Cylindrical-coordinate representation of color #1569BF: hue angle of 210.35º 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 #1569BF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 105 | 191 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.25 |
| HSL | 210.35º | 0.8% | 0.42% | - |
| HSV(B) | 210.35º | 0.89% | 0.75% | - |
| XYZ | 14.76 | 14.02 | 51.22 | - |
| YUV | 89.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 191 | 0.89 | 0.45 | 0 | 0.25 | 210.35 | 0.8 | 0.42 |
| Hex | 15 | 69 | BF | 59 | 2D | 0 | 19 | D2 | 50 | 2A |
| Octal | 25 | 151 | 277 | 131 | 55 | 0 | 31 | 322 | 120 | 52 |
| Binary | 10101 | 1101001 | 10111111 | 1011001 | 101101 | 0 | 11001 | 11010010 | 1010000 | 101010 |
Color Harmonies of #1569BF
Complementary color
Monochromatic Colors of #1569BF
Black with #1569BF
Text Example
Text Example
White with #1569BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569BF; }
p { color: rgb(21,105,191); }
H1.HeaderClassName
{
color: #1569BF;
}
.AnyTagClassName
{
color: #1569BF;
}
</style>
background-color css
<style>
a { background-color: #1569BF; }
a { background-color: rgb(21,105,191); }
div.DivClassName
{
background-color: #1569BF;
}
.BgClassName
{
background-color: #1569BF;
}
</style>
border-color css
<style>
span { border-color: #1569BF; }
span { border-color: rgb(21,105,191); }
td.TdClassName
{
border-color: #1569BF;
}
.TagClassName
{
border-color: #1569BF;
}
</style>