Shades of Denim #215FB1
Tints of Denim #215FB1
RGB
CMYK
RGB Variations
Color information
#215FB1 (or 0x215FB1) is known color: Denim. HEX triplet: 21, 5F and B1. RGB value is (33,95,177). Sum of RGB (Red+Green+Blue) = 33+95+177=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #215FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215FB1 is #DEA04E. Grayscale: #555555. Windows color (decimal): -14590031 or 11624225. OLE color: 11624225.
HSL color Cylindrical-coordinate representation of color #215FB1: hue angle of 214.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215FB1 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 95 | 177 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.31 |
| HSL | 214.17º | 0.69% | 0.41% | - |
| HSV(B) | 214.17º | 0.81% | 0.69% | - |
| XYZ | 12.66 | 11.68 | 43.18 | - |
| YUV | 85.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 177 | 0.81 | 0.46 | 0 | 0.31 | 214.17 | 0.69 | 0.41 |
| Hex | 21 | 5F | B1 | 51 | 2E | 0 | 1F | D6 | 45 | 29 |
| Octal | 41 | 137 | 261 | 121 | 56 | 0 | 37 | 326 | 105 | 51 |
| Binary | 100001 | 1011111 | 10110001 | 1010001 | 101110 | 0 | 11111 | 11010110 | 1000101 | 101001 |
Color Harmonies of #215FB1
Complementary color
Monochromatic Colors of #215FB1
Black with #215FB1
Text Example
Text Example
White with #215FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FB1; }
p { color: rgb(33,95,177); }
H1.HeaderClassName
{
color: #215FB1;
}
.AnyTagClassName
{
color: #215FB1;
}
</style>
background-color css
<style>
a { background-color: #215FB1; }
a { background-color: rgb(33,95,177); }
div.DivClassName
{
background-color: #215FB1;
}
.BgClassName
{
background-color: #215FB1;
}
</style>
border-color css
<style>
span { border-color: #215FB1; }
span { border-color: rgb(33,95,177); }
td.TdClassName
{
border-color: #215FB1;
}
.TagClassName
{
border-color: #215FB1;
}
</style>