Shades of Midnight Blue #21206D
Tints of Midnight Blue #21206D
RGB
CMYK
RGB Variations
Color information
#21206D (or 0x21206D) is known color: Midnight Blue. HEX triplet: 21, 20 and 6D. RGB value is (33,32,109). Sum of RGB (Red+Green+Blue) = 33+32+109=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #21206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21206D is #DEDF92. Grayscale: #282828. Windows color (decimal): -14606227 or 7151649. OLE color: 7151649.
HSL color Cylindrical-coordinate representation of color #21206D: hue angle of 240.78º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21206D is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 32 | 109 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.57 |
| HSL | 240.78º | 0.55% | 0.28% | - |
| HSV(B) | 240.78º | 0.71% | 0.43% | - |
| XYZ | 3.9 | 2.46 | 14.74 | - |
| YUV | 41.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 109 | 0.70 | 0.71 | 0 | 0.57 | 240.78 | 0.55 | 0.28 |
| Hex | 21 | 20 | 6D | 46 | 47 | 0 | 39 | F1 | 37 | 1C |
| Octal | 41 | 40 | 155 | 106 | 107 | 0 | 71 | 361 | 67 | 34 |
| Binary | 100001 | 100000 | 1101101 | 1000110 | 1000111 | 0 | 111001 | 11110001 | 110111 | 11100 |
Color Harmonies of #21206D
Complementary color
Monochromatic Colors of #21206D
Black with #21206D
Text Example
Text Example
White with #21206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21206D; }
p { color: rgb(33,32,109); }
H1.HeaderClassName
{
color: #21206D;
}
.AnyTagClassName
{
color: #21206D;
}
</style>
background-color css
<style>
a { background-color: #21206D; }
a { background-color: rgb(33,32,109); }
div.DivClassName
{
background-color: #21206D;
}
.BgClassName
{
background-color: #21206D;
}
</style>
border-color css
<style>
span { border-color: #21206D; }
span { border-color: rgb(33,32,109); }
td.TdClassName
{
border-color: #21206D;
}
.TagClassName
{
border-color: #21206D;
}
</style>