Shades of Denim #1568AA
Tints of Denim #1568AA
RGB
CMYK
RGB Variations
Color information
#1568AA (or 0x1568AA) is known color: Denim. HEX triplet: 15, 68 and AA. RGB value is (21,104,170). Sum of RGB (Red+Green+Blue) = 21+104+170=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #1568AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1568AA is #EA9755. Grayscale: #565656. Windows color (decimal): -15374166 or 11167765. OLE color: 11167765.
HSL color Cylindrical-coordinate representation of color #1568AA: hue angle of 206.58º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1568AA is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 104 | 170 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.33 |
| HSL | 206.58º | 0.78% | 0.37% | - |
| HSV(B) | 206.58º | 0.88% | 0.67% | - |
| XYZ | 12.52 | 12.96 | 39.87 | - |
| YUV | 86.71 | 175 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 170 | 0.88 | 0.39 | 0 | 0.33 | 206.58 | 0.78 | 0.37 |
| Hex | 15 | 68 | AA | 58 | 27 | 0 | 21 | CF | 4E | 25 |
| Octal | 25 | 150 | 252 | 130 | 47 | 0 | 41 | 317 | 116 | 45 |
| Binary | 10101 | 1101000 | 10101010 | 1011000 | 100111 | 0 | 100001 | 11001111 | 1001110 | 100101 |
Color Harmonies of #1568AA
Complementary color
Monochromatic Colors of #1568AA
Black with #1568AA
Text Example
Text Example
White with #1568AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568AA; }
p { color: rgb(21,104,170); }
H1.HeaderClassName
{
color: #1568AA;
}
.AnyTagClassName
{
color: #1568AA;
}
</style>
background-color css
<style>
a { background-color: #1568AA; }
a { background-color: rgb(21,104,170); }
div.DivClassName
{
background-color: #1568AA;
}
.BgClassName
{
background-color: #1568AA;
}
</style>
border-color css
<style>
span { border-color: #1568AA; }
span { border-color: rgb(21,104,170); }
td.TdClassName
{
border-color: #1568AA;
}
.TagClassName
{
border-color: #1568AA;
}
</style>