Shades of Denim #216DBA
Tints of Denim #216DBA
RGB
CMYK
RGB Variations
Color information
#216DBA (or 0x216DBA) is known color: Denim. HEX triplet: 21, 6D and BA. RGB value is (33,109,186). Sum of RGB (Red+Green+Blue) = 33+109+186=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #216DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DBA is #DE9245. Grayscale: #5E5E5E. Windows color (decimal): -14586438 or 12217633. OLE color: 12217633.
HSL color Cylindrical-coordinate representation of color #216DBA: hue angle of 210.2º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216DBA is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 109 | 186 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.27 |
| HSL | 210.2º | 0.7% | 0.43% | - |
| HSV(B) | 210.2º | 0.82% | 0.73% | - |
| XYZ | 14.96 | 14.81 | 48.52 | - |
| YUV | 95.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 186 | 0.82 | 0.41 | 0 | 0.27 | 210.2 | 0.7 | 0.43 |
| Hex | 21 | 6D | BA | 52 | 29 | 0 | 1B | D2 | 46 | 2B |
| Octal | 41 | 155 | 272 | 122 | 51 | 0 | 33 | 322 | 106 | 53 |
| Binary | 100001 | 1101101 | 10111010 | 1010010 | 101001 | 0 | 11011 | 11010010 | 1000110 | 101011 |
Color Harmonies of #216DBA
Complementary color
Monochromatic Colors of #216DBA
Black with #216DBA
Text Example
Text Example
White with #216DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DBA; }
p { color: rgb(33,109,186); }
H1.HeaderClassName
{
color: #216DBA;
}
.AnyTagClassName
{
color: #216DBA;
}
</style>
background-color css
<style>
a { background-color: #216DBA; }
a { background-color: rgb(33,109,186); }
div.DivClassName
{
background-color: #216DBA;
}
.BgClassName
{
background-color: #216DBA;
}
</style>
border-color css
<style>
span { border-color: #216DBA; }
span { border-color: rgb(33,109,186); }
td.TdClassName
{
border-color: #216DBA;
}
.TagClassName
{
border-color: #216DBA;
}
</style>