Shades of Midnight Blue #11217B
Tints of Midnight Blue #11217B
RGB
CMYK
RGB Variations
Color information
#11217B (or 0x11217B) is known color: Midnight Blue. HEX triplet: 11, 21 and 7B. RGB value is (17,33,123). Sum of RGB (Red+Green+Blue) = 17+33+123=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #11217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11217B is #EEDE84. Grayscale: #262626. Windows color (decimal): -15654533 or 8069393. OLE color: 8069393.
HSL color Cylindrical-coordinate representation of color #11217B: hue angle of 230.94º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11217B is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 33 | 123 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.52 |
| HSL | 230.94º | 0.76% | 0.27% | - |
| HSV(B) | 230.94º | 0.86% | 0.48% | - |
| XYZ | 4.35 | 2.64 | 19.02 | - |
| YUV | 38.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 123 | 0.86 | 0.73 | 0 | 0.52 | 230.94 | 0.76 | 0.27 |
| Hex | 11 | 21 | 7B | 56 | 49 | 0 | 34 | E7 | 4C | 1B |
| Octal | 21 | 41 | 173 | 126 | 111 | 0 | 64 | 347 | 114 | 33 |
| Binary | 10001 | 100001 | 1111011 | 1010110 | 1001001 | 0 | 110100 | 11100111 | 1001100 | 11011 |
Color Harmonies of #11217B
Complementary color
Monochromatic Colors of #11217B
Black with #11217B
Text Example
Text Example
White with #11217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11217B; }
p { color: rgb(17,33,123); }
H1.HeaderClassName
{
color: #11217B;
}
.AnyTagClassName
{
color: #11217B;
}
</style>
background-color css
<style>
a { background-color: #11217B; }
a { background-color: rgb(17,33,123); }
div.DivClassName
{
background-color: #11217B;
}
.BgClassName
{
background-color: #11217B;
}
</style>
border-color css
<style>
span { border-color: #11217B; }
span { border-color: rgb(17,33,123); }
td.TdClassName
{
border-color: #11217B;
}
.TagClassName
{
border-color: #11217B;
}
</style>