Shades of Midnight Blue #211367
Tints of Midnight Blue #211367
RGB
CMYK
RGB Variations
Color information
#211367 (or 0x211367) is known color: Midnight Blue. HEX triplet: 21, 13 and 67. RGB value is (33,19,103). Sum of RGB (Red+Green+Blue) = 33+19+103=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #211367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211367 is #DEEC98. Grayscale: #202020. Windows color (decimal): -14609561 or 6755105. OLE color: 6755105.
HSL color Cylindrical-coordinate representation of color #211367: hue angle of 250º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211367 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 19 | 103 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.60 |
| HSL | 250º | 0.69% | 0.24% | - |
| HSV(B) | 250º | 0.82% | 0.4% | - |
| XYZ | 3.31 | 1.77 | 13 | - |
| YUV | 32.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 103 | 0.68 | 0.82 | 0 | 0.60 | 250 | 0.69 | 0.24 |
| Hex | 21 | 13 | 67 | 44 | 52 | 0 | 3C | FA | 45 | 18 |
| Octal | 41 | 23 | 147 | 104 | 122 | 0 | 74 | 372 | 105 | 30 |
| Binary | 100001 | 10011 | 1100111 | 1000100 | 1010010 | 0 | 111100 | 11111010 | 1000101 | 11000 |
Color Harmonies of #211367
Complementary color
Monochromatic Colors of #211367
Black with #211367
Text Example
Text Example
White with #211367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211367; }
p { color: rgb(33,19,103); }
H1.HeaderClassName
{
color: #211367;
}
.AnyTagClassName
{
color: #211367;
}
</style>
background-color css
<style>
a { background-color: #211367; }
a { background-color: rgb(33,19,103); }
div.DivClassName
{
background-color: #211367;
}
.BgClassName
{
background-color: #211367;
}
</style>
border-color css
<style>
span { border-color: #211367; }
span { border-color: rgb(33,19,103); }
td.TdClassName
{
border-color: #211367;
}
.TagClassName
{
border-color: #211367;
}
</style>