Shades of Denim #216CBA
Tints of Denim #216CBA
RGB
CMYK
RGB Variations
Color information
#216CBA (or 0x216CBA) is known color: Denim. HEX triplet: 21, 6C and BA. RGB value is (33,108,186). Sum of RGB (Red+Green+Blue) = 33+108+186=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #216CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CBA is #DE9345. Grayscale: #5E5E5E. Windows color (decimal): -14586694 or 12217377. OLE color: 12217377.
HSL color Cylindrical-coordinate representation of color #216CBA: hue angle of 210.59º 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 #216CBA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 108 | 186 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.27 |
| HSL | 210.59º | 0.7% | 0.43% | - |
| HSV(B) | 210.59º | 0.82% | 0.73% | - |
| XYZ | 14.85 | 14.59 | 48.49 | - |
| YUV | 94.47 | 179.65 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 186 | 0.82 | 0.42 | 0 | 0.27 | 210.59 | 0.7 | 0.43 |
| Hex | 21 | 6C | BA | 52 | 2A | 0 | 1B | D3 | 46 | 2B |
| Octal | 41 | 154 | 272 | 122 | 52 | 0 | 33 | 323 | 106 | 53 |
| Binary | 100001 | 1101100 | 10111010 | 1010010 | 101010 | 0 | 11011 | 11010011 | 1000110 | 101011 |
Color Harmonies of #216CBA
Complementary color
Monochromatic Colors of #216CBA
Black with #216CBA
Text Example
Text Example
White with #216CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CBA; }
p { color: rgb(33,108,186); }
H1.HeaderClassName
{
color: #216CBA;
}
.AnyTagClassName
{
color: #216CBA;
}
</style>
background-color css
<style>
a { background-color: #216CBA; }
a { background-color: rgb(33,108,186); }
div.DivClassName
{
background-color: #216CBA;
}
.BgClassName
{
background-color: #216CBA;
}
</style>
border-color css
<style>
span { border-color: #216CBA; }
span { border-color: rgb(33,108,186); }
td.TdClassName
{
border-color: #216CBA;
}
.TagClassName
{
border-color: #216CBA;
}
</style>