Shades of Midnight Blue #212968
Tints of Midnight Blue #212968
RGB
CMYK
RGB Variations
Color information
#212968 (or 0x212968) is known color: Midnight Blue. HEX triplet: 21, 29 and 68. RGB value is (33,41,104). Sum of RGB (Red+Green+Blue) = 33+41+104=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #212968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212968 is #DED697. Grayscale: #2D2D2D. Windows color (decimal): -14603928 or 6826273. OLE color: 6826273.
HSL color Cylindrical-coordinate representation of color #212968: hue angle of 233.24º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #212968 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 41 | 104 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.59 |
| HSL | 233.24º | 0.52% | 0.27% | - |
| HSV(B) | 233.24º | 0.68% | 0.41% | - |
| XYZ | 3.92 | 2.91 | 13.45 | - |
| YUV | 45.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 104 | 0.68 | 0.61 | 0 | 0.59 | 233.24 | 0.52 | 0.27 |
| Hex | 21 | 29 | 68 | 44 | 3D | 0 | 3B | E9 | 34 | 1B |
| Octal | 41 | 51 | 150 | 104 | 75 | 0 | 73 | 351 | 64 | 33 |
| Binary | 100001 | 101001 | 1101000 | 1000100 | 111101 | 0 | 111011 | 11101001 | 110100 | 11011 |
Color Harmonies of #212968
Complementary color
Monochromatic Colors of #212968
Black with #212968
Text Example
Text Example
White with #212968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212968; }
p { color: rgb(33,41,104); }
H1.HeaderClassName
{
color: #212968;
}
.AnyTagClassName
{
color: #212968;
}
</style>
background-color css
<style>
a { background-color: #212968; }
a { background-color: rgb(33,41,104); }
div.DivClassName
{
background-color: #212968;
}
.BgClassName
{
background-color: #212968;
}
</style>
border-color css
<style>
span { border-color: #212968; }
span { border-color: rgb(33,41,104); }
td.TdClassName
{
border-color: #212968;
}
.TagClassName
{
border-color: #212968;
}
</style>