Shades of Denim #1569B5
Tints of Denim #1569B5
RGB
CMYK
RGB Variations
Color information
#1569B5 (or 0x1569B5) is known color: Denim. HEX triplet: 15, 69 and B5. RGB value is (21,105,181). Sum of RGB (Red+Green+Blue) = 21+105+181=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #1569B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569B5 is #EA964A. Grayscale: #585858. Windows color (decimal): -15373899 or 11888917. OLE color: 11888917.
HSL color Cylindrical-coordinate representation of color #1569B5: hue angle of 208.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1569B5 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 105 | 181 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.29 |
| HSL | 208.5º | 0.79% | 0.4% | - |
| HSV(B) | 208.5º | 0.88% | 0.71% | - |
| XYZ | 13.7 | 13.6 | 45.62 | - |
| YUV | 88.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 181 | 0.88 | 0.42 | 0 | 0.29 | 208.5 | 0.79 | 0.4 |
| Hex | 15 | 69 | B5 | 58 | 2A | 0 | 1D | D0 | 4F | 28 |
| Octal | 25 | 151 | 265 | 130 | 52 | 0 | 35 | 320 | 117 | 50 |
| Binary | 10101 | 1101001 | 10110101 | 1011000 | 101010 | 0 | 11101 | 11010000 | 1001111 | 101000 |
Color Harmonies of #1569B5
Complementary color
Monochromatic Colors of #1569B5
Black with #1569B5
Text Example
Text Example
White with #1569B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569B5; }
p { color: rgb(21,105,181); }
H1.HeaderClassName
{
color: #1569B5;
}
.AnyTagClassName
{
color: #1569B5;
}
</style>
background-color css
<style>
a { background-color: #1569B5; }
a { background-color: rgb(21,105,181); }
div.DivClassName
{
background-color: #1569B5;
}
.BgClassName
{
background-color: #1569B5;
}
</style>
border-color css
<style>
span { border-color: #1569B5; }
span { border-color: rgb(21,105,181); }
td.TdClassName
{
border-color: #1569B5;
}
.TagClassName
{
border-color: #1569B5;
}
</style>