Shades of Denim #216ACF
Tints of Denim #216ACF
RGB
CMYK
RGB Variations
Color information
#216ACF (or 0x216ACF) is known color: Denim. HEX triplet: 21, 6A and CF. RGB value is (33,106,207). Sum of RGB (Red+Green+Blue) = 33+106+207=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #216ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ACF is #DE9530. Grayscale: #5F5F5F. Windows color (decimal): -14587185 or 13593121. OLE color: 13593121.
HSL color Cylindrical-coordinate representation of color #216ACF: hue angle of 214.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216ACF is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 106 | 207 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.19 |
| HSL | 214.83º | 0.73% | 0.47% | - |
| HSV(B) | 214.83º | 0.84% | 0.81% | - |
| XYZ | 17.04 | 15.14 | 61.05 | - |
| YUV | 95.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 207 | 0.84 | 0.49 | 0 | 0.19 | 214.83 | 0.73 | 0.47 |
| Hex | 21 | 6A | CF | 54 | 31 | 0 | 13 | D7 | 48 | 2F |
| Octal | 41 | 152 | 317 | 124 | 61 | 0 | 23 | 327 | 110 | 57 |
| Binary | 100001 | 1101010 | 11001111 | 1010100 | 110001 | 0 | 10011 | 11010111 | 1001000 | 101111 |
Color Harmonies of #216ACF
Complementary color
Monochromatic Colors of #216ACF
Black with #216ACF
Text Example
Text Example
White with #216ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216ACF; }
p { color: rgb(33,106,207); }
H1.HeaderClassName
{
color: #216ACF;
}
.AnyTagClassName
{
color: #216ACF;
}
</style>
background-color css
<style>
a { background-color: #216ACF; }
a { background-color: rgb(33,106,207); }
div.DivClassName
{
background-color: #216ACF;
}
.BgClassName
{
background-color: #216ACF;
}
</style>
border-color css
<style>
span { border-color: #216ACF; }
span { border-color: rgb(33,106,207); }
td.TdClassName
{
border-color: #216ACF;
}
.TagClassName
{
border-color: #216ACF;
}
</style>