Shades of Midnight Blue #212165
Tints of Midnight Blue #212165
RGB
CMYK
RGB Variations
Color information
#212165 (or 0x212165) is known color: Midnight Blue. HEX triplet: 21, 21 and 65. RGB value is (33,33,101). Sum of RGB (Red+Green+Blue) = 33+33+101=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #212165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212165 is #DEDE9A. Grayscale: #282828. Windows color (decimal): -14605979 or 6627617. OLE color: 6627617.
HSL color Cylindrical-coordinate representation of color #212165: hue angle of 240º 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 #212165 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 33 | 101 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.60 |
| HSL | 240º | 0.51% | 0.26% | - |
| HSV(B) | 240º | 0.67% | 0.4% | - |
| XYZ | 3.52 | 2.35 | 12.58 | - |
| YUV | 40.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 101 | 0.67 | 0.67 | 0 | 0.60 | 240 | 0.51 | 0.26 |
| Hex | 21 | 21 | 65 | 43 | 43 | 0 | 3C | F0 | 33 | 1A |
| Octal | 41 | 41 | 145 | 103 | 103 | 0 | 74 | 360 | 63 | 32 |
| Binary | 100001 | 100001 | 1100101 | 1000011 | 1000011 | 0 | 111100 | 11110000 | 110011 | 11010 |
Color Harmonies of #212165
Complementary color
Monochromatic Colors of #212165
Black with #212165
Text Example
Text Example
White with #212165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212165; }
p { color: rgb(33,33,101); }
H1.HeaderClassName
{
color: #212165;
}
.AnyTagClassName
{
color: #212165;
}
</style>
background-color css
<style>
a { background-color: #212165; }
a { background-color: rgb(33,33,101); }
div.DivClassName
{
background-color: #212165;
}
.BgClassName
{
background-color: #212165;
}
</style>
border-color css
<style>
span { border-color: #212165; }
span { border-color: rgb(33,33,101); }
td.TdClassName
{
border-color: #212165;
}
.TagClassName
{
border-color: #212165;
}
</style>