Shades of Midnight Blue #211374
Tints of Midnight Blue #211374
RGB
CMYK
RGB Variations
Color information
#211374 (or 0x211374) is known color: Midnight Blue. HEX triplet: 21, 13 and 74. RGB value is (33,19,116). Sum of RGB (Red+Green+Blue) = 33+19+116=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #211374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211374 is #DEEC8B. Grayscale: #212121. Windows color (decimal): -14609548 or 7607073. OLE color: 7607073.
HSL color Cylindrical-coordinate representation of color #211374: hue angle of 248.66º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211374 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 19 | 116 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.55 |
| HSL | 248.66º | 0.72% | 0.26% | - |
| HSV(B) | 248.66º | 0.84% | 0.45% | - |
| XYZ | 4.01 | 2.05 | 16.71 | - |
| YUV | 34.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 116 | 0.72 | 0.84 | 0 | 0.55 | 248.66 | 0.72 | 0.26 |
| Hex | 21 | 13 | 74 | 48 | 54 | 0 | 37 | F9 | 48 | 1A |
| Octal | 41 | 23 | 164 | 110 | 124 | 0 | 67 | 371 | 110 | 32 |
| Binary | 100001 | 10011 | 1110100 | 1001000 | 1010100 | 0 | 110111 | 11111001 | 1001000 | 11010 |
Color Harmonies of #211374
Complementary color
Monochromatic Colors of #211374
Black with #211374
Text Example
Text Example
White with #211374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211374; }
p { color: rgb(33,19,116); }
H1.HeaderClassName
{
color: #211374;
}
.AnyTagClassName
{
color: #211374;
}
</style>
background-color css
<style>
a { background-color: #211374; }
a { background-color: rgb(33,19,116); }
div.DivClassName
{
background-color: #211374;
}
.BgClassName
{
background-color: #211374;
}
</style>
border-color css
<style>
span { border-color: #211374; }
span { border-color: rgb(33,19,116); }
td.TdClassName
{
border-color: #211374;
}
.TagClassName
{
border-color: #211374;
}
</style>