Shades of Midnight Blue #211363
Tints of Midnight Blue #211363
RGB
CMYK
RGB Variations
Color information
#211363 (or 0x211363) is known color: Midnight Blue. HEX triplet: 21, 13 and 63. RGB value is (33,19,99). Sum of RGB (Red+Green+Blue) = 33+19+99=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #211363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211363 is #DEEC9C. Grayscale: #202020. Windows color (decimal): -14609565 or 6492961. OLE color: 6492961.
HSL color Cylindrical-coordinate representation of color #211363: hue angle of 250.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211363 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 19 | 99 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.61 |
| HSL | 250.5º | 0.68% | 0.23% | - |
| HSV(B) | 250.5º | 0.81% | 0.39% | - |
| XYZ | 3.11 | 1.69 | 11.97 | - |
| YUV | 32.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 99 | 0.67 | 0.81 | 0 | 0.61 | 250.5 | 0.68 | 0.23 |
| Hex | 21 | 13 | 63 | 43 | 51 | 0 | 3D | FB | 44 | 17 |
| Octal | 41 | 23 | 143 | 103 | 121 | 0 | 75 | 373 | 104 | 27 |
| Binary | 100001 | 10011 | 1100011 | 1000011 | 1010001 | 0 | 111101 | 11111011 | 1000100 | 10111 |
Color Harmonies of #211363
Complementary color
Monochromatic Colors of #211363
Black with #211363
Text Example
Text Example
White with #211363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211363; }
p { color: rgb(33,19,99); }
H1.HeaderClassName
{
color: #211363;
}
.AnyTagClassName
{
color: #211363;
}
</style>
background-color css
<style>
a { background-color: #211363; }
a { background-color: rgb(33,19,99); }
div.DivClassName
{
background-color: #211363;
}
.BgClassName
{
background-color: #211363;
}
</style>
border-color css
<style>
span { border-color: #211363; }
span { border-color: rgb(33,19,99); }
td.TdClassName
{
border-color: #211363;
}
.TagClassName
{
border-color: #211363;
}
</style>