Shades of Midnight Blue #212969
Tints of Midnight Blue #212969
RGB
CMYK
RGB Variations
Color information
#212969 (or 0x212969) is known color: Midnight Blue. HEX triplet: 21, 29 and 69. RGB value is (33,41,105). Sum of RGB (Red+Green+Blue) = 33+41+105=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #212969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212969 is #DED696. Grayscale: #2D2D2D. Windows color (decimal): -14603927 or 6891809. OLE color: 6891809.
HSL color Cylindrical-coordinate representation of color #212969: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212969 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 41 | 105 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.59 |
| HSL | 233.33º | 0.52% | 0.27% | - |
| HSV(B) | 233.33º | 0.69% | 0.41% | - |
| XYZ | 3.97 | 2.93 | 13.72 | - |
| YUV | 45.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 105 | 0.69 | 0.61 | 0 | 0.59 | 233.33 | 0.52 | 0.27 |
| Hex | 21 | 29 | 69 | 45 | 3D | 0 | 3B | E9 | 34 | 1B |
| Octal | 41 | 51 | 151 | 105 | 75 | 0 | 73 | 351 | 64 | 33 |
| Binary | 100001 | 101001 | 1101001 | 1000101 | 111101 | 0 | 111011 | 11101001 | 110100 | 11011 |
Color Harmonies of #212969
Complementary color
Monochromatic Colors of #212969
Black with #212969
Text Example
Text Example
White with #212969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212969; }
p { color: rgb(33,41,105); }
H1.HeaderClassName
{
color: #212969;
}
.AnyTagClassName
{
color: #212969;
}
</style>
background-color css
<style>
a { background-color: #212969; }
a { background-color: rgb(33,41,105); }
div.DivClassName
{
background-color: #212969;
}
.BgClassName
{
background-color: #212969;
}
</style>
border-color css
<style>
span { border-color: #212969; }
span { border-color: rgb(33,41,105); }
td.TdClassName
{
border-color: #212969;
}
.TagClassName
{
border-color: #212969;
}
</style>