Shades of Midnight Blue #211F62
Tints of Midnight Blue #211F62
RGB
CMYK
RGB Variations
Color information
#211F62 (or 0x211F62) is known color: Midnight Blue. HEX triplet: 21, 1F and 62. RGB value is (33,31,98). Sum of RGB (Red+Green+Blue) = 33+31+98=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #211F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F62 is #DEE09D. Grayscale: #262626. Windows color (decimal): -14606494 or 6430497. OLE color: 6430497.
HSL color Cylindrical-coordinate representation of color #211F62: hue angle of 241.79º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211F62 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 31 | 98 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.62 |
| HSL | 241.79º | 0.52% | 0.25% | - |
| HSV(B) | 241.79º | 0.68% | 0.38% | - |
| XYZ | 3.32 | 2.19 | 11.8 | - |
| YUV | 39.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 98 | 0.66 | 0.68 | 0 | 0.62 | 241.79 | 0.52 | 0.25 |
| Hex | 21 | 1F | 62 | 42 | 44 | 0 | 3E | F2 | 34 | 19 |
| Octal | 41 | 37 | 142 | 102 | 104 | 0 | 76 | 362 | 64 | 31 |
| Binary | 100001 | 11111 | 1100010 | 1000010 | 1000100 | 0 | 111110 | 11110010 | 110100 | 11001 |
Color Harmonies of #211F62
Complementary color
Monochromatic Colors of #211F62
Black with #211F62
Text Example
Text Example
White with #211F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F62; }
p { color: rgb(33,31,98); }
H1.HeaderClassName
{
color: #211F62;
}
.AnyTagClassName
{
color: #211F62;
}
</style>
background-color css
<style>
a { background-color: #211F62; }
a { background-color: rgb(33,31,98); }
div.DivClassName
{
background-color: #211F62;
}
.BgClassName
{
background-color: #211F62;
}
</style>
border-color css
<style>
span { border-color: #211F62; }
span { border-color: rgb(33,31,98); }
td.TdClassName
{
border-color: #211F62;
}
.TagClassName
{
border-color: #211F62;
}
</style>