Shades of Denim #1559AF
Tints of Denim #1559AF
RGB
CMYK
RGB Variations
Color information
#1559AF (or 0x1559AF) is known color: Denim. HEX triplet: 15, 59 and AF. RGB value is (21,89,175). Sum of RGB (Red+Green+Blue) = 21+89+175=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #1559AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1559AF is #EAA650. Grayscale: #4E4E4E. Windows color (decimal): -15378001 or 11491605. OLE color: 11491605.
HSL color Cylindrical-coordinate representation of color #1559AF: hue angle of 213.51º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1559AF is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 89 | 175 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.31 |
| HSL | 213.51º | 0.79% | 0.38% | - |
| HSV(B) | 213.51º | 0.88% | 0.69% | - |
| XYZ | 11.62 | 10.4 | 41.95 | - |
| YUV | 78.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 175 | 0.88 | 0.49 | 0 | 0.31 | 213.51 | 0.79 | 0.38 |
| Hex | 15 | 59 | AF | 58 | 31 | 0 | 1F | D6 | 4F | 26 |
| Octal | 25 | 131 | 257 | 130 | 61 | 0 | 37 | 326 | 117 | 46 |
| Binary | 10101 | 1011001 | 10101111 | 1011000 | 110001 | 0 | 11111 | 11010110 | 1001111 | 100110 |
Color Harmonies of #1559AF
Complementary color
Monochromatic Colors of #1559AF
Black with #1559AF
Text Example
Text Example
White with #1559AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559AF; }
p { color: rgb(21,89,175); }
H1.HeaderClassName
{
color: #1559AF;
}
.AnyTagClassName
{
color: #1559AF;
}
</style>
background-color css
<style>
a { background-color: #1559AF; }
a { background-color: rgb(21,89,175); }
div.DivClassName
{
background-color: #1559AF;
}
.BgClassName
{
background-color: #1559AF;
}
</style>
border-color css
<style>
span { border-color: #1559AF; }
span { border-color: rgb(21,89,175); }
td.TdClassName
{
border-color: #1559AF;
}
.TagClassName
{
border-color: #1559AF;
}
</style>