Shades of Midnight Blue #211F63
Tints of Midnight Blue #211F63
RGB
CMYK
RGB Variations
Color information
#211F63 (or 0x211F63) is known color: Midnight Blue. HEX triplet: 21, 1F and 63. RGB value is (33,31,99). Sum of RGB (Red+Green+Blue) = 33+31+99=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #211F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F63 is #DEE09C. Grayscale: #272727. Windows color (decimal): -14606493 or 6496033. OLE color: 6496033.
HSL color Cylindrical-coordinate representation of color #211F63: hue angle of 241.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211F63 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 31 | 99 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.61 |
| HSL | 241.76º | 0.52% | 0.25% | - |
| HSV(B) | 241.76º | 0.69% | 0.39% | - |
| XYZ | 3.37 | 2.2 | 12.05 | - |
| YUV | 39.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 99 | 0.67 | 0.69 | 0 | 0.61 | 241.76 | 0.52 | 0.25 |
| Hex | 21 | 1F | 63 | 43 | 45 | 0 | 3D | F2 | 34 | 19 |
| Octal | 41 | 37 | 143 | 103 | 105 | 0 | 75 | 362 | 64 | 31 |
| Binary | 100001 | 11111 | 1100011 | 1000011 | 1000101 | 0 | 111101 | 11110010 | 110100 | 11001 |
Color Harmonies of #211F63
Complementary color
Monochromatic Colors of #211F63
Black with #211F63
Text Example
Text Example
White with #211F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F63; }
p { color: rgb(33,31,99); }
H1.HeaderClassName
{
color: #211F63;
}
.AnyTagClassName
{
color: #211F63;
}
</style>
background-color css
<style>
a { background-color: #211F63; }
a { background-color: rgb(33,31,99); }
div.DivClassName
{
background-color: #211F63;
}
.BgClassName
{
background-color: #211F63;
}
</style>
border-color css
<style>
span { border-color: #211F63; }
span { border-color: rgb(33,31,99); }
td.TdClassName
{
border-color: #211F63;
}
.TagClassName
{
border-color: #211F63;
}
</style>