Shades of Denim #1553AC
Tints of Denim #1553AC
RGB
CMYK
RGB Variations
Color information
#1553AC (or 0x1553AC) is known color: Denim. HEX triplet: 15, 53 and AC. RGB value is (21,83,172). Sum of RGB (Red+Green+Blue) = 21+83+172=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1553AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1553AC is #EAAC53. Grayscale: #4A4A4A. Windows color (decimal): -15379540 or 11293461. OLE color: 11293461.
HSL color Cylindrical-coordinate representation of color #1553AC: hue angle of 215.36º 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 #1553AC is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 83 | 172 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.33 |
| HSL | 215.36º | 0.78% | 0.38% | - |
| HSV(B) | 215.36º | 0.88% | 0.67% | - |
| XYZ | 10.85 | 9.32 | 40.26 | - |
| YUV | 74.61 | 182.96 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 172 | 0.88 | 0.52 | 0 | 0.33 | 215.36 | 0.78 | 0.38 |
| Hex | 15 | 53 | AC | 58 | 34 | 0 | 21 | D7 | 4E | 26 |
| Octal | 25 | 123 | 254 | 130 | 64 | 0 | 41 | 327 | 116 | 46 |
| Binary | 10101 | 1010011 | 10101100 | 1011000 | 110100 | 0 | 100001 | 11010111 | 1001110 | 100110 |
Color Harmonies of #1553AC
Complementary color
Monochromatic Colors of #1553AC
Black with #1553AC
Text Example
Text Example
White with #1553AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553AC; }
p { color: rgb(21,83,172); }
H1.HeaderClassName
{
color: #1553AC;
}
.AnyTagClassName
{
color: #1553AC;
}
</style>
background-color css
<style>
a { background-color: #1553AC; }
a { background-color: rgb(21,83,172); }
div.DivClassName
{
background-color: #1553AC;
}
.BgClassName
{
background-color: #1553AC;
}
</style>
border-color css
<style>
span { border-color: #1553AC; }
span { border-color: rgb(21,83,172); }
td.TdClassName
{
border-color: #1553AC;
}
.TagClassName
{
border-color: #1553AC;
}
</style>