Shades of Denim #1567A6
Tints of Denim #1567A6
RGB
CMYK
RGB Variations
Color information
#1567A6 (or 0x1567A6) is known color: Denim. HEX triplet: 15, 67 and A6. RGB value is (21,103,166). Sum of RGB (Red+Green+Blue) = 21+103+166=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 166 (65.23% from 255 or 57.24% from 290); Max value from RGB is 166 - color contains mainly: blue. Hex color #1567A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1567A6 is #EA9859. Grayscale: #555555. Windows color (decimal): -15374426 or 10905365. OLE color: 10905365.
HSL color Cylindrical-coordinate representation of color #1567A6: hue angle of 206.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1567A6 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 103 | 166 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.35 |
| HSL | 206.07º | 0.78% | 0.37% | - |
| HSV(B) | 206.07º | 0.87% | 0.65% | - |
| XYZ | 12.04 | 12.61 | 37.88 | - |
| YUV | 85.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 166 | 0.87 | 0.38 | 0 | 0.35 | 206.07 | 0.78 | 0.37 |
| Hex | 15 | 67 | A6 | 57 | 26 | 0 | 23 | CE | 4E | 25 |
| Octal | 25 | 147 | 246 | 127 | 46 | 0 | 43 | 316 | 116 | 45 |
| Binary | 10101 | 1100111 | 10100110 | 1010111 | 100110 | 0 | 100011 | 11001110 | 1001110 | 100101 |
Color Harmonies of #1567A6
Complementary color
Monochromatic Colors of #1567A6
Black with #1567A6
Text Example
Text Example
White with #1567A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567A6; }
p { color: rgb(21,103,166); }
H1.HeaderClassName
{
color: #1567A6;
}
.AnyTagClassName
{
color: #1567A6;
}
</style>
background-color css
<style>
a { background-color: #1567A6; }
a { background-color: rgb(21,103,166); }
div.DivClassName
{
background-color: #1567A6;
}
.BgClassName
{
background-color: #1567A6;
}
</style>
border-color css
<style>
span { border-color: #1567A6; }
span { border-color: rgb(21,103,166); }
td.TdClassName
{
border-color: #1567A6;
}
.TagClassName
{
border-color: #1567A6;
}
</style>