Shades of Midnight Blue #212769
Tints of Midnight Blue #212769
RGB
CMYK
RGB Variations
Color information
#212769 (or 0x212769) is known color: Midnight Blue. HEX triplet: 21, 27 and 69. RGB value is (33,39,105). Sum of RGB (Red+Green+Blue) = 33+39+105=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #212769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212769 is #DED896. Grayscale: #2C2C2C. Windows color (decimal): -14604439 or 6891297. OLE color: 6891297.
HSL color Cylindrical-coordinate representation of color #212769: hue angle of 235º 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 #212769 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 39 | 105 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.59 |
| HSL | 235º | 0.52% | 0.27% | - |
| HSV(B) | 235º | 0.69% | 0.41% | - |
| XYZ | 3.9 | 2.79 | 13.7 | - |
| YUV | 44.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 105 | 0.69 | 0.63 | 0 | 0.59 | 235 | 0.52 | 0.27 |
| Hex | 21 | 27 | 69 | 45 | 3F | 0 | 3B | EB | 34 | 1B |
| Octal | 41 | 47 | 151 | 105 | 77 | 0 | 73 | 353 | 64 | 33 |
| Binary | 100001 | 100111 | 1101001 | 1000101 | 111111 | 0 | 111011 | 11101011 | 110100 | 11011 |
Color Harmonies of #212769
Complementary color
Monochromatic Colors of #212769
Black with #212769
Text Example
Text Example
White with #212769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212769; }
p { color: rgb(33,39,105); }
H1.HeaderClassName
{
color: #212769;
}
.AnyTagClassName
{
color: #212769;
}
</style>
background-color css
<style>
a { background-color: #212769; }
a { background-color: rgb(33,39,105); }
div.DivClassName
{
background-color: #212769;
}
.BgClassName
{
background-color: #212769;
}
</style>
border-color css
<style>
span { border-color: #212769; }
span { border-color: rgb(33,39,105); }
td.TdClassName
{
border-color: #212769;
}
.TagClassName
{
border-color: #212769;
}
</style>