Shades of Midnight Blue #212378
Tints of Midnight Blue #212378
RGB
CMYK
RGB Variations
Color information
#212378 (or 0x212378) is known color: Midnight Blue. HEX triplet: 21, 23 and 78. RGB value is (33,35,120). Sum of RGB (Red+Green+Blue) = 33+35+120=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #212378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212378 is #DEDC87. Grayscale: #2B2B2B. Windows color (decimal): -14605448 or 7873313. OLE color: 7873313.
HSL color Cylindrical-coordinate representation of color #212378: hue angle of 238.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212378 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 35 | 120 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.53 |
| HSL | 238.62º | 0.57% | 0.3% | - |
| HSV(B) | 238.62º | 0.73% | 0.47% | - |
| XYZ | 4.62 | 2.88 | 18.08 | - |
| YUV | 44.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 120 | 0.72 | 0.71 | 0 | 0.53 | 238.62 | 0.57 | 0.3 |
| Hex | 21 | 23 | 78 | 48 | 47 | 0 | 35 | EF | 39 | 1E |
| Octal | 41 | 43 | 170 | 110 | 107 | 0 | 65 | 357 | 71 | 36 |
| Binary | 100001 | 100011 | 1111000 | 1001000 | 1000111 | 0 | 110101 | 11101111 | 111001 | 11110 |
Color Harmonies of #212378
Complementary color
Monochromatic Colors of #212378
Black with #212378
Text Example
Text Example
White with #212378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212378; }
p { color: rgb(33,35,120); }
H1.HeaderClassName
{
color: #212378;
}
.AnyTagClassName
{
color: #212378;
}
</style>
background-color css
<style>
a { background-color: #212378; }
a { background-color: rgb(33,35,120); }
div.DivClassName
{
background-color: #212378;
}
.BgClassName
{
background-color: #212378;
}
</style>
border-color css
<style>
span { border-color: #212378; }
span { border-color: rgb(33,35,120); }
td.TdClassName
{
border-color: #212378;
}
.TagClassName
{
border-color: #212378;
}
</style>