Shades of Midnight Blue #21107B
Tints of Midnight Blue #21107B
RGB
CMYK
RGB Variations
Color information
#21107B (or 0x21107B) is known color: Midnight Blue. HEX triplet: 21, 10 and 7B. RGB value is (33,16,123). Sum of RGB (Red+Green+Blue) = 33+16+123=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #21107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21107B is #DEEF84. Grayscale: #202020. Windows color (decimal): -14610309 or 8065057. OLE color: 8065057.
HSL color Cylindrical-coordinate representation of color #21107B: hue angle of 249.53º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21107B is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 16 | 123 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.52 |
| HSL | 249.53º | 0.77% | 0.27% | - |
| HSV(B) | 249.53º | 0.87% | 0.48% | - |
| XYZ | 4.39 | 2.12 | 18.92 | - |
| YUV | 33.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 123 | 0.73 | 0.87 | 0 | 0.52 | 249.53 | 0.77 | 0.27 |
| Hex | 21 | 10 | 7B | 49 | 57 | 0 | 34 | FA | 4D | 1B |
| Octal | 41 | 20 | 173 | 111 | 127 | 0 | 64 | 372 | 115 | 33 |
| Binary | 100001 | 10000 | 1111011 | 1001001 | 1010111 | 0 | 110100 | 11111010 | 1001101 | 11011 |
Color Harmonies of #21107B
Complementary color
Monochromatic Colors of #21107B
Black with #21107B
Text Example
Text Example
White with #21107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21107B; }
p { color: rgb(33,16,123); }
H1.HeaderClassName
{
color: #21107B;
}
.AnyTagClassName
{
color: #21107B;
}
</style>
background-color css
<style>
a { background-color: #21107B; }
a { background-color: rgb(33,16,123); }
div.DivClassName
{
background-color: #21107B;
}
.BgClassName
{
background-color: #21107B;
}
</style>
border-color css
<style>
span { border-color: #21107B; }
span { border-color: rgb(33,16,123); }
td.TdClassName
{
border-color: #21107B;
}
.TagClassName
{
border-color: #21107B;
}
</style>