Shades of Midnight Blue #212462
Tints of Midnight Blue #212462
RGB
CMYK
RGB Variations
Color information
#212462 (or 0x212462) is known color: Midnight Blue. HEX triplet: 21, 24 and 62. RGB value is (33,36,98). Sum of RGB (Red+Green+Blue) = 33+36+98=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #212462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212462 is #DEDB9D. Grayscale: #292929. Windows color (decimal): -14605214 or 6431777. OLE color: 6431777.
HSL color Cylindrical-coordinate representation of color #212462: hue angle of 237.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212462 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 36 | 98 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.62 |
| HSL | 237.23º | 0.5% | 0.26% | - |
| HSV(B) | 237.23º | 0.66% | 0.38% | - |
| XYZ | 3.46 | 2.47 | 11.85 | - |
| YUV | 42.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 98 | 0.66 | 0.63 | 0 | 0.62 | 237.23 | 0.5 | 0.26 |
| Hex | 21 | 24 | 62 | 42 | 3F | 0 | 3E | ED | 32 | 1A |
| Octal | 41 | 44 | 142 | 102 | 77 | 0 | 76 | 355 | 62 | 32 |
| Binary | 100001 | 100100 | 1100010 | 1000010 | 111111 | 0 | 111110 | 11101101 | 110010 | 11010 |
Color Harmonies of #212462
Complementary color
Monochromatic Colors of #212462
Black with #212462
Text Example
Text Example
White with #212462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212462; }
p { color: rgb(33,36,98); }
H1.HeaderClassName
{
color: #212462;
}
.AnyTagClassName
{
color: #212462;
}
</style>
background-color css
<style>
a { background-color: #212462; }
a { background-color: rgb(33,36,98); }
div.DivClassName
{
background-color: #212462;
}
.BgClassName
{
background-color: #212462;
}
</style>
border-color css
<style>
span { border-color: #212462; }
span { border-color: rgb(33,36,98); }
td.TdClassName
{
border-color: #212462;
}
.TagClassName
{
border-color: #212462;
}
</style>