Shades of Denim #1552AD
Tints of Denim #1552AD
RGB
CMYK
RGB Variations
Color information
#1552AD (or 0x1552AD) is known color: Denim. HEX triplet: 15, 52 and AD. RGB value is (21,82,173). Sum of RGB (Red+Green+Blue) = 21+82+173=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1552AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1552AD is #EAAD52. Grayscale: #494949. Windows color (decimal): -15379795 or 11358741. OLE color: 11358741.
HSL color Cylindrical-coordinate representation of color #1552AD: hue angle of 215.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1552AD is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 82 | 173 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.32 |
| HSL | 215.92º | 0.78% | 0.38% | - |
| HSV(B) | 215.92º | 0.88% | 0.68% | - |
| XYZ | 10.87 | 9.21 | 40.74 | - |
| YUV | 74.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 173 | 0.88 | 0.53 | 0 | 0.32 | 215.92 | 0.78 | 0.38 |
| Hex | 15 | 52 | AD | 58 | 35 | 0 | 20 | D8 | 4E | 26 |
| Octal | 25 | 122 | 255 | 130 | 65 | 0 | 40 | 330 | 116 | 46 |
| Binary | 10101 | 1010010 | 10101101 | 1011000 | 110101 | 0 | 100000 | 11011000 | 1001110 | 100110 |
Color Harmonies of #1552AD
Complementary color
Monochromatic Colors of #1552AD
Black with #1552AD
Text Example
Text Example
White with #1552AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552AD; }
p { color: rgb(21,82,173); }
H1.HeaderClassName
{
color: #1552AD;
}
.AnyTagClassName
{
color: #1552AD;
}
</style>
background-color css
<style>
a { background-color: #1552AD; }
a { background-color: rgb(21,82,173); }
div.DivClassName
{
background-color: #1552AD;
}
.BgClassName
{
background-color: #1552AD;
}
</style>
border-color css
<style>
span { border-color: #1552AD; }
span { border-color: rgb(21,82,173); }
td.TdClassName
{
border-color: #1552AD;
}
.TagClassName
{
border-color: #1552AD;
}
</style>