Shades of Midnight Blue #212565
Tints of Midnight Blue #212565
RGB
CMYK
RGB Variations
Color information
#212565 (or 0x212565) is known color: Midnight Blue. HEX triplet: 21, 25 and 65. RGB value is (33,37,101). Sum of RGB (Red+Green+Blue) = 33+37+101=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #212565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212565 is #DEDA9A. Grayscale: #2A2A2A. Windows color (decimal): -14604955 or 6628641. OLE color: 6628641.
HSL color Cylindrical-coordinate representation of color #212565: hue angle of 236.47º 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 #212565 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 37 | 101 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.60 |
| HSL | 236.47º | 0.51% | 0.26% | - |
| HSV(B) | 236.47º | 0.67% | 0.4% | - |
| XYZ | 3.64 | 2.59 | 12.62 | - |
| YUV | 43.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 101 | 0.67 | 0.63 | 0 | 0.60 | 236.47 | 0.51 | 0.26 |
| Hex | 21 | 25 | 65 | 43 | 3F | 0 | 3C | EC | 33 | 1A |
| Octal | 41 | 45 | 145 | 103 | 77 | 0 | 74 | 354 | 63 | 32 |
| Binary | 100001 | 100101 | 1100101 | 1000011 | 111111 | 0 | 111100 | 11101100 | 110011 | 11010 |
Color Harmonies of #212565
Complementary color
Monochromatic Colors of #212565
Black with #212565
Text Example
Text Example
White with #212565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212565; }
p { color: rgb(33,37,101); }
H1.HeaderClassName
{
color: #212565;
}
.AnyTagClassName
{
color: #212565;
}
</style>
background-color css
<style>
a { background-color: #212565; }
a { background-color: rgb(33,37,101); }
div.DivClassName
{
background-color: #212565;
}
.BgClassName
{
background-color: #212565;
}
</style>
border-color css
<style>
span { border-color: #212565; }
span { border-color: rgb(33,37,101); }
td.TdClassName
{
border-color: #212565;
}
.TagClassName
{
border-color: #212565;
}
</style>