Shades of Midnight Blue #211A6C
Tints of Midnight Blue #211A6C
RGB
CMYK
RGB Variations
Color information
#211A6C (or 0x211A6C) is known color: Midnight Blue. HEX triplet: 21, 1A and 6C. RGB value is (33,26,108). Sum of RGB (Red+Green+Blue) = 33+26+108=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #211A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A6C is #DEE593. Grayscale: #252525. Windows color (decimal): -14607764 or 7084577. OLE color: 7084577.
HSL color Cylindrical-coordinate representation of color #211A6C: hue angle of 245.12º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211A6C is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 26 | 108 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.58 |
| HSL | 245.12º | 0.61% | 0.26% | - |
| HSV(B) | 245.12º | 0.76% | 0.42% | - |
| XYZ | 3.7 | 2.14 | 14.41 | - |
| YUV | 37.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 108 | 0.69 | 0.76 | 0 | 0.58 | 245.12 | 0.61 | 0.26 |
| Hex | 21 | 1A | 6C | 45 | 4C | 0 | 3A | F5 | 3D | 1A |
| Octal | 41 | 32 | 154 | 105 | 114 | 0 | 72 | 365 | 75 | 32 |
| Binary | 100001 | 11010 | 1101100 | 1000101 | 1001100 | 0 | 111010 | 11110101 | 111101 | 11010 |
Color Harmonies of #211A6C
Complementary color
Monochromatic Colors of #211A6C
Black with #211A6C
Text Example
Text Example
White with #211A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A6C; }
p { color: rgb(33,26,108); }
H1.HeaderClassName
{
color: #211A6C;
}
.AnyTagClassName
{
color: #211A6C;
}
</style>
background-color css
<style>
a { background-color: #211A6C; }
a { background-color: rgb(33,26,108); }
div.DivClassName
{
background-color: #211A6C;
}
.BgClassName
{
background-color: #211A6C;
}
</style>
border-color css
<style>
span { border-color: #211A6C; }
span { border-color: rgb(33,26,108); }
td.TdClassName
{
border-color: #211A6C;
}
.TagClassName
{
border-color: #211A6C;
}
</style>