Shades of Midnight Blue #212965
Tints of Midnight Blue #212965
RGB
CMYK
RGB Variations
Color information
#212965 (or 0x212965) is known color: Midnight Blue. HEX triplet: 21, 29 and 65. RGB value is (33,41,101). Sum of RGB (Red+Green+Blue) = 33+41+101=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #212965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212965 is #DED69A. Grayscale: #2D2D2D. Windows color (decimal): -14603931 or 6629665. OLE color: 6629665.
HSL color Cylindrical-coordinate representation of color #212965: hue angle of 232.94º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212965 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 41 | 101 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.60 |
| HSL | 232.94º | 0.51% | 0.26% | - |
| HSV(B) | 232.94º | 0.67% | 0.4% | - |
| XYZ | 3.77 | 2.85 | 12.66 | - |
| YUV | 45.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 101 | 0.67 | 0.59 | 0 | 0.60 | 232.94 | 0.51 | 0.26 |
| Hex | 21 | 29 | 65 | 43 | 3B | 0 | 3C | E9 | 33 | 1A |
| Octal | 41 | 51 | 145 | 103 | 73 | 0 | 74 | 351 | 63 | 32 |
| Binary | 100001 | 101001 | 1100101 | 1000011 | 111011 | 0 | 111100 | 11101001 | 110011 | 11010 |
Color Harmonies of #212965
Complementary color
Monochromatic Colors of #212965
Black with #212965
Text Example
Text Example
White with #212965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212965; }
p { color: rgb(33,41,101); }
H1.HeaderClassName
{
color: #212965;
}
.AnyTagClassName
{
color: #212965;
}
</style>
background-color css
<style>
a { background-color: #212965; }
a { background-color: rgb(33,41,101); }
div.DivClassName
{
background-color: #212965;
}
.BgClassName
{
background-color: #212965;
}
</style>
border-color css
<style>
span { border-color: #212965; }
span { border-color: rgb(33,41,101); }
td.TdClassName
{
border-color: #212965;
}
.TagClassName
{
border-color: #212965;
}
</style>