Shades of Denim #215FAD
Tints of Denim #215FAD
RGB
CMYK
RGB Variations
Color information
#215FAD (or 0x215FAD) is known color: Denim. HEX triplet: 21, 5F and AD. RGB value is (33,95,173). Sum of RGB (Red+Green+Blue) = 33+95+173=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #215FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215FAD is #DEA052. Grayscale: #545454. Windows color (decimal): -14590035 or 11362081. OLE color: 11362081.
HSL color Cylindrical-coordinate representation of color #215FAD: hue angle of 213.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215FAD is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 95 | 173 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.32 |
| HSL | 213.43º | 0.68% | 0.4% | - |
| HSV(B) | 213.43º | 0.81% | 0.68% | - |
| XYZ | 12.26 | 11.52 | 41.11 | - |
| YUV | 85.35 | 177.46 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 173 | 0.81 | 0.45 | 0 | 0.32 | 213.43 | 0.68 | 0.4 |
| Hex | 21 | 5F | AD | 51 | 2D | 0 | 20 | D5 | 44 | 28 |
| Octal | 41 | 137 | 255 | 121 | 55 | 0 | 40 | 325 | 104 | 50 |
| Binary | 100001 | 1011111 | 10101101 | 1010001 | 101101 | 0 | 100000 | 11010101 | 1000100 | 101000 |
Color Harmonies of #215FAD
Complementary color
Monochromatic Colors of #215FAD
Black with #215FAD
Text Example
Text Example
White with #215FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FAD; }
p { color: rgb(33,95,173); }
H1.HeaderClassName
{
color: #215FAD;
}
.AnyTagClassName
{
color: #215FAD;
}
</style>
background-color css
<style>
a { background-color: #215FAD; }
a { background-color: rgb(33,95,173); }
div.DivClassName
{
background-color: #215FAD;
}
.BgClassName
{
background-color: #215FAD;
}
</style>
border-color css
<style>
span { border-color: #215FAD; }
span { border-color: rgb(33,95,173); }
td.TdClassName
{
border-color: #215FAD;
}
.TagClassName
{
border-color: #215FAD;
}
</style>