Shades of Denim #1554AC
Tints of Denim #1554AC
RGB
CMYK
RGB Variations
Color information
#1554AC (or 0x1554AC) is known color: Denim. HEX triplet: 15, 54 and AC. RGB value is (21,84,172). Sum of RGB (Red+Green+Blue) = 21+84+172=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #1554AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1554AC is #EAAB53. Grayscale: #4A4A4A. Windows color (decimal): -15379284 or 11293717. OLE color: 11293717.
HSL color Cylindrical-coordinate representation of color #1554AC: hue angle of 214.97º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1554AC is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 84 | 172 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.33 |
| HSL | 214.97º | 0.78% | 0.38% | - |
| HSV(B) | 214.97º | 0.88% | 0.67% | - |
| XYZ | 10.93 | 9.48 | 40.28 | - |
| YUV | 75.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 172 | 0.88 | 0.51 | 0 | 0.33 | 214.97 | 0.78 | 0.38 |
| Hex | 15 | 54 | AC | 58 | 33 | 0 | 21 | D7 | 4E | 26 |
| Octal | 25 | 124 | 254 | 130 | 63 | 0 | 41 | 327 | 116 | 46 |
| Binary | 10101 | 1010100 | 10101100 | 1011000 | 110011 | 0 | 100001 | 11010111 | 1001110 | 100110 |
Color Harmonies of #1554AC
Complementary color
Monochromatic Colors of #1554AC
Black with #1554AC
Text Example
Text Example
White with #1554AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1554AC; }
p { color: rgb(21,84,172); }
H1.HeaderClassName
{
color: #1554AC;
}
.AnyTagClassName
{
color: #1554AC;
}
</style>
background-color css
<style>
a { background-color: #1554AC; }
a { background-color: rgb(21,84,172); }
div.DivClassName
{
background-color: #1554AC;
}
.BgClassName
{
background-color: #1554AC;
}
</style>
border-color css
<style>
span { border-color: #1554AC; }
span { border-color: rgb(21,84,172); }
td.TdClassName
{
border-color: #1554AC;
}
.TagClassName
{
border-color: #1554AC;
}
</style>