Shades of Midnight Blue #212886
Tints of Midnight Blue #212886
RGB
CMYK
RGB Variations
Color information
#212886 (or 0x212886) is known color: Midnight Blue. HEX triplet: 21, 28 and 86. RGB value is (33,40,134). Sum of RGB (Red+Green+Blue) = 33+40+134=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #212886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212886 is #DED779. Grayscale: #303030. Windows color (decimal): -14604154 or 8792097. OLE color: 8792097.
HSL color Cylindrical-coordinate representation of color #212886: hue angle of 235.84º 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 #212886 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 40 | 134 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.47 |
| HSL | 235.84º | 0.6% | 0.33% | - |
| HSV(B) | 235.84º | 0.75% | 0.53% | - |
| XYZ | 5.69 | 3.56 | 22.94 | - |
| YUV | 48.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 134 | 0.75 | 0.70 | 0 | 0.47 | 235.84 | 0.6 | 0.33 |
| Hex | 21 | 28 | 86 | 4B | 46 | 0 | 2F | EC | 3C | 21 |
| Octal | 41 | 50 | 206 | 113 | 106 | 0 | 57 | 354 | 74 | 41 |
| Binary | 100001 | 101000 | 10000110 | 1001011 | 1000110 | 0 | 101111 | 11101100 | 111100 | 100001 |
Color Harmonies of #212886
Complementary color
Monochromatic Colors of #212886
Black with #212886
Text Example
Text Example
White with #212886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212886; }
p { color: rgb(33,40,134); }
H1.HeaderClassName
{
color: #212886;
}
.AnyTagClassName
{
color: #212886;
}
</style>
background-color css
<style>
a { background-color: #212886; }
a { background-color: rgb(33,40,134); }
div.DivClassName
{
background-color: #212886;
}
.BgClassName
{
background-color: #212886;
}
</style>
border-color css
<style>
span { border-color: #212886; }
span { border-color: rgb(33,40,134); }
td.TdClassName
{
border-color: #212886;
}
.TagClassName
{
border-color: #212886;
}
</style>