Shades of Midnight Blue #21106C
Tints of Midnight Blue #21106C
RGB
CMYK
RGB Variations
Color information
#21106C (or 0x21106C) is known color: Midnight Blue. HEX triplet: 21, 10 and 6C. RGB value is (33,16,108). Sum of RGB (Red+Green+Blue) = 33+16+108=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #21106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21106C is #DEEF93. Grayscale: #1F1F1F. Windows color (decimal): -14610324 or 7082017. OLE color: 7082017.
HSL color Cylindrical-coordinate representation of color #21106C: hue angle of 251.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21106C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 16 | 108 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.58 |
| HSL | 251.09º | 0.74% | 0.24% | - |
| HSV(B) | 251.09º | 0.85% | 0.42% | - |
| XYZ | 3.52 | 1.78 | 14.34 | - |
| YUV | 31.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 108 | 0.69 | 0.85 | 0 | 0.58 | 251.09 | 0.74 | 0.24 |
| Hex | 21 | 10 | 6C | 45 | 55 | 0 | 3A | FB | 4A | 18 |
| Octal | 41 | 20 | 154 | 105 | 125 | 0 | 72 | 373 | 112 | 30 |
| Binary | 100001 | 10000 | 1101100 | 1000101 | 1010101 | 0 | 111010 | 11111011 | 1001010 | 11000 |
Color Harmonies of #21106C
Complementary color
Monochromatic Colors of #21106C
Black with #21106C
Text Example
Text Example
White with #21106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21106C; }
p { color: rgb(33,16,108); }
H1.HeaderClassName
{
color: #21106C;
}
.AnyTagClassName
{
color: #21106C;
}
</style>
background-color css
<style>
a { background-color: #21106C; }
a { background-color: rgb(33,16,108); }
div.DivClassName
{
background-color: #21106C;
}
.BgClassName
{
background-color: #21106C;
}
</style>
border-color css
<style>
span { border-color: #21106C; }
span { border-color: rgb(33,16,108); }
td.TdClassName
{
border-color: #21106C;
}
.TagClassName
{
border-color: #21106C;
}
</style>