Shades of Midnight Blue #21116B
Tints of Midnight Blue #21116B
RGB
CMYK
RGB Variations
Color information
#21116B (or 0x21116B) is known color: Midnight Blue. HEX triplet: 21, 11 and 6B. RGB value is (33,17,107). Sum of RGB (Red+Green+Blue) = 33+17+107=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #21116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21116B is #DEEE94. Grayscale: #1F1F1F. Windows color (decimal): -14610069 or 7016737. OLE color: 7016737.
HSL color Cylindrical-coordinate representation of color #21116B: hue angle of 250.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21116B is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 17 | 107 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.58 |
| HSL | 250.67º | 0.73% | 0.24% | - |
| HSV(B) | 250.67º | 0.84% | 0.42% | - |
| XYZ | 3.48 | 1.79 | 14.07 | - |
| YUV | 32.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 107 | 0.69 | 0.84 | 0 | 0.58 | 250.67 | 0.73 | 0.24 |
| Hex | 21 | 11 | 6B | 45 | 54 | 0 | 3A | FB | 49 | 18 |
| Octal | 41 | 21 | 153 | 105 | 124 | 0 | 72 | 373 | 111 | 30 |
| Binary | 100001 | 10001 | 1101011 | 1000101 | 1010100 | 0 | 111010 | 11111011 | 1001001 | 11000 |
Color Harmonies of #21116B
Complementary color
Monochromatic Colors of #21116B
Black with #21116B
Text Example
Text Example
White with #21116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21116B; }
p { color: rgb(33,17,107); }
H1.HeaderClassName
{
color: #21116B;
}
.AnyTagClassName
{
color: #21116B;
}
</style>
background-color css
<style>
a { background-color: #21116B; }
a { background-color: rgb(33,17,107); }
div.DivClassName
{
background-color: #21116B;
}
.BgClassName
{
background-color: #21116B;
}
</style>
border-color css
<style>
span { border-color: #21116B; }
span { border-color: rgb(33,17,107); }
td.TdClassName
{
border-color: #21116B;
}
.TagClassName
{
border-color: #21116B;
}
</style>