Shades of Midnight Blue #212C6F
Tints of Midnight Blue #212C6F
RGB
CMYK
RGB Variations
Color information
#212C6F (or 0x212C6F) is known color: Midnight Blue. HEX triplet: 21, 2C and 6F. RGB value is (33,44,111). Sum of RGB (Red+Green+Blue) = 33+44+111=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #212C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C6F is #DED390. Grayscale: #303030. Windows color (decimal): -14603153 or 7285793. OLE color: 7285793.
HSL color Cylindrical-coordinate representation of color #212C6F: hue angle of 231.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #212C6F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 44 | 111 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.56 |
| HSL | 231.54º | 0.54% | 0.28% | - |
| HSV(B) | 231.54º | 0.7% | 0.44% | - |
| XYZ | 4.4 | 3.27 | 15.44 | - |
| YUV | 48.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 111 | 0.70 | 0.60 | 0 | 0.56 | 231.54 | 0.54 | 0.28 |
| Hex | 21 | 2C | 6F | 46 | 3C | 0 | 38 | E8 | 36 | 1C |
| Octal | 41 | 54 | 157 | 106 | 74 | 0 | 70 | 350 | 66 | 34 |
| Binary | 100001 | 101100 | 1101111 | 1000110 | 111100 | 0 | 111000 | 11101000 | 110110 | 11100 |
Color Harmonies of #212C6F
Complementary color
Monochromatic Colors of #212C6F
Black with #212C6F
Text Example
Text Example
White with #212C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C6F; }
p { color: rgb(33,44,111); }
H1.HeaderClassName
{
color: #212C6F;
}
.AnyTagClassName
{
color: #212C6F;
}
</style>
background-color css
<style>
a { background-color: #212C6F; }
a { background-color: rgb(33,44,111); }
div.DivClassName
{
background-color: #212C6F;
}
.BgClassName
{
background-color: #212C6F;
}
</style>
border-color css
<style>
span { border-color: #212C6F; }
span { border-color: rgb(33,44,111); }
td.TdClassName
{
border-color: #212C6F;
}
.TagClassName
{
border-color: #212C6F;
}
</style>