Shades of Midnight Blue #212481
Tints of Midnight Blue #212481
RGB
CMYK
RGB Variations
Color information
#212481 (or 0x212481) is known color: Midnight Blue. HEX triplet: 21, 24 and 81. RGB value is (33,36,129). Sum of RGB (Red+Green+Blue) = 33+36+129=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #212481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212481 is #DEDB7E. Grayscale: #2D2D2D. Windows color (decimal): -14605183 or 8463393. OLE color: 8463393.
HSL color Cylindrical-coordinate representation of color #212481: hue angle of 238.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212481 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 36 | 129 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.49 |
| HSL | 238.13º | 0.59% | 0.32% | - |
| HSV(B) | 238.13º | 0.74% | 0.51% | - |
| XYZ | 5.22 | 3.17 | 21.11 | - |
| YUV | 45.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 129 | 0.74 | 0.72 | 0 | 0.49 | 238.13 | 0.59 | 0.32 |
| Hex | 21 | 24 | 81 | 4A | 48 | 0 | 31 | EE | 3B | 20 |
| Octal | 41 | 44 | 201 | 112 | 110 | 0 | 61 | 356 | 73 | 40 |
| Binary | 100001 | 100100 | 10000001 | 1001010 | 1001000 | 0 | 110001 | 11101110 | 111011 | 100000 |
Color Harmonies of #212481
Complementary color
Monochromatic Colors of #212481
Black with #212481
Text Example
Text Example
White with #212481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212481; }
p { color: rgb(33,36,129); }
H1.HeaderClassName
{
color: #212481;
}
.AnyTagClassName
{
color: #212481;
}
</style>
background-color css
<style>
a { background-color: #212481; }
a { background-color: rgb(33,36,129); }
div.DivClassName
{
background-color: #212481;
}
.BgClassName
{
background-color: #212481;
}
</style>
border-color css
<style>
span { border-color: #212481; }
span { border-color: rgb(33,36,129); }
td.TdClassName
{
border-color: #212481;
}
.TagClassName
{
border-color: #212481;
}
</style>