Shades of Midnight Blue #212D6F
Tints of Midnight Blue #212D6F
RGB
CMYK
RGB Variations
Color information
#212D6F (or 0x212D6F) is known color: Midnight Blue. HEX triplet: 21, 2D and 6F. RGB value is (33,45,111). Sum of RGB (Red+Green+Blue) = 33+45+111=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #212D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D6F is #DED290. Grayscale: #303030. Windows color (decimal): -14602897 or 7286049. OLE color: 7286049.
HSL color Cylindrical-coordinate representation of color #212D6F: hue angle of 230.77º 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 #212D6F is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 45 | 111 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.56 |
| HSL | 230.77º | 0.54% | 0.28% | - |
| HSV(B) | 230.77º | 0.7% | 0.44% | - |
| XYZ | 4.43 | 3.35 | 15.45 | - |
| YUV | 48.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 111 | 0.70 | 0.59 | 0 | 0.56 | 230.77 | 0.54 | 0.28 |
| Hex | 21 | 2D | 6F | 46 | 3B | 0 | 38 | E7 | 36 | 1C |
| Octal | 41 | 55 | 157 | 106 | 73 | 0 | 70 | 347 | 66 | 34 |
| Binary | 100001 | 101101 | 1101111 | 1000110 | 111011 | 0 | 111000 | 11100111 | 110110 | 11100 |
Color Harmonies of #212D6F
Complementary color
Monochromatic Colors of #212D6F
Black with #212D6F
Text Example
Text Example
White with #212D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D6F; }
p { color: rgb(33,45,111); }
H1.HeaderClassName
{
color: #212D6F;
}
.AnyTagClassName
{
color: #212D6F;
}
</style>
background-color css
<style>
a { background-color: #212D6F; }
a { background-color: rgb(33,45,111); }
div.DivClassName
{
background-color: #212D6F;
}
.BgClassName
{
background-color: #212D6F;
}
</style>
border-color css
<style>
span { border-color: #212D6F; }
span { border-color: rgb(33,45,111); }
td.TdClassName
{
border-color: #212D6F;
}
.TagClassName
{
border-color: #212D6F;
}
</style>