Shades of Midnight Blue #212365
Tints of Midnight Blue #212365
RGB
CMYK
RGB Variations
Color information
#212365 (or 0x212365) is known color: Midnight Blue. HEX triplet: 21, 23 and 65. RGB value is (33,35,101). Sum of RGB (Red+Green+Blue) = 33+35+101=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #212365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212365 is #DEDC9A. Grayscale: #292929. Windows color (decimal): -14605467 or 6628129. OLE color: 6628129.
HSL color Cylindrical-coordinate representation of color #212365: hue angle of 238.24º 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 #212365 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 35 | 101 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.60 |
| HSL | 238.24º | 0.51% | 0.26% | - |
| HSV(B) | 238.24º | 0.67% | 0.4% | - |
| XYZ | 3.58 | 2.46 | 12.6 | - |
| YUV | 41.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 101 | 0.67 | 0.65 | 0 | 0.60 | 238.24 | 0.51 | 0.26 |
| Hex | 21 | 23 | 65 | 43 | 41 | 0 | 3C | EE | 33 | 1A |
| Octal | 41 | 43 | 145 | 103 | 101 | 0 | 74 | 356 | 63 | 32 |
| Binary | 100001 | 100011 | 1100101 | 1000011 | 1000001 | 0 | 111100 | 11101110 | 110011 | 11010 |
Color Harmonies of #212365
Complementary color
Monochromatic Colors of #212365
Black with #212365
Text Example
Text Example
White with #212365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212365; }
p { color: rgb(33,35,101); }
H1.HeaderClassName
{
color: #212365;
}
.AnyTagClassName
{
color: #212365;
}
</style>
background-color css
<style>
a { background-color: #212365; }
a { background-color: rgb(33,35,101); }
div.DivClassName
{
background-color: #212365;
}
.BgClassName
{
background-color: #212365;
}
</style>
border-color css
<style>
span { border-color: #212365; }
span { border-color: rgb(33,35,101); }
td.TdClassName
{
border-color: #212365;
}
.TagClassName
{
border-color: #212365;
}
</style>