Shades of Midnight Blue #212486
Tints of Midnight Blue #212486
RGB
CMYK
RGB Variations
Color information
#212486 (or 0x212486) is known color: Midnight Blue. HEX triplet: 21, 24 and 86. RGB value is (33,36,134). Sum of RGB (Red+Green+Blue) = 33+36+134=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #212486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212486 is #DEDB79. Grayscale: #2D2D2D. Windows color (decimal): -14605178 or 8791073. OLE color: 8791073.
HSL color Cylindrical-coordinate representation of color #212486: hue angle of 238.22º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212486 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 36 | 134 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.47 |
| HSL | 238.22º | 0.6% | 0.33% | - |
| HSV(B) | 238.22º | 0.75% | 0.53% | - |
| XYZ | 5.56 | 3.31 | 22.9 | - |
| YUV | 46.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 134 | 0.75 | 0.73 | 0 | 0.47 | 238.22 | 0.6 | 0.33 |
| Hex | 21 | 24 | 86 | 4B | 49 | 0 | 2F | EE | 3C | 21 |
| Octal | 41 | 44 | 206 | 113 | 111 | 0 | 57 | 356 | 74 | 41 |
| Binary | 100001 | 100100 | 10000110 | 1001011 | 1001001 | 0 | 101111 | 11101110 | 111100 | 100001 |
Color Harmonies of #212486
Complementary color
Monochromatic Colors of #212486
Black with #212486
Text Example
Text Example
White with #212486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212486; }
p { color: rgb(33,36,134); }
H1.HeaderClassName
{
color: #212486;
}
.AnyTagClassName
{
color: #212486;
}
</style>
background-color css
<style>
a { background-color: #212486; }
a { background-color: rgb(33,36,134); }
div.DivClassName
{
background-color: #212486;
}
.BgClassName
{
background-color: #212486;
}
</style>
border-color css
<style>
span { border-color: #212486; }
span { border-color: rgb(33,36,134); }
td.TdClassName
{
border-color: #212486;
}
.TagClassName
{
border-color: #212486;
}
</style>