Shades of Denim #1555AA
Tints of Denim #1555AA
RGB
CMYK
RGB Variations
Color information
#1555AA (or 0x1555AA) is known color: Denim. HEX triplet: 15, 55 and AA. RGB value is (21,85,170). Sum of RGB (Red+Green+Blue) = 21+85+170=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #1555AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1555AA is #EAAA55. Grayscale: #4B4B4B. Windows color (decimal): -15379030 or 11162901. OLE color: 11162901.
HSL color Cylindrical-coordinate representation of color #1555AA: hue angle of 214.23º 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 #1555AA is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 85 | 170 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.33 |
| HSL | 214.23º | 0.78% | 0.37% | - |
| HSV(B) | 214.23º | 0.88% | 0.67% | - |
| XYZ | 10.81 | 9.56 | 39.31 | - |
| YUV | 75.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 170 | 0.88 | 0.50 | 0 | 0.33 | 214.23 | 0.78 | 0.37 |
| Hex | 15 | 55 | AA | 58 | 32 | 0 | 21 | D6 | 4E | 25 |
| Octal | 25 | 125 | 252 | 130 | 62 | 0 | 41 | 326 | 116 | 45 |
| Binary | 10101 | 1010101 | 10101010 | 1011000 | 110010 | 0 | 100001 | 11010110 | 1001110 | 100101 |
Color Harmonies of #1555AA
Complementary color
Monochromatic Colors of #1555AA
Black with #1555AA
Text Example
Text Example
White with #1555AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555AA; }
p { color: rgb(21,85,170); }
H1.HeaderClassName
{
color: #1555AA;
}
.AnyTagClassName
{
color: #1555AA;
}
</style>
background-color css
<style>
a { background-color: #1555AA; }
a { background-color: rgb(21,85,170); }
div.DivClassName
{
background-color: #1555AA;
}
.BgClassName
{
background-color: #1555AA;
}
</style>
border-color css
<style>
span { border-color: #1555AA; }
span { border-color: rgb(21,85,170); }
td.TdClassName
{
border-color: #1555AA;
}
.TagClassName
{
border-color: #1555AA;
}
</style>