Shades of Midnight Blue #11026D
Tints of Midnight Blue #11026D
RGB
CMYK
RGB Variations
Color information
#11026D (or 0x11026D) is known color: Midnight Blue. HEX triplet: 11, 02 and 6D. RGB value is (17,2,109). Sum of RGB (Red+Green+Blue) = 17+2+109=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #11026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11026D is #EEFD92. Grayscale: #121212. Windows color (decimal): -15662483 or 7143953. OLE color: 7143953.
HSL color Cylindrical-coordinate representation of color #11026D: hue angle of 248.41º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11026D is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 2 | 109 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.57 |
| HSL | 248.41º | 0.96% | 0.22% | - |
| HSV(B) | 248.41º | 0.98% | 0.43% | - |
| XYZ | 3.01 | 1.27 | 14.55 | - |
| YUV | 18.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 109 | 0.84 | 0.98 | 0 | 0.57 | 248.41 | 0.96 | 0.22 |
| Hex | 11 | 2 | 6D | 54 | 62 | 0 | 39 | F8 | 60 | 16 |
| Octal | 21 | 2 | 155 | 124 | 142 | 0 | 71 | 370 | 140 | 26 |
| Binary | 10001 | 10 | 1101101 | 1010100 | 1100010 | 0 | 111001 | 11111000 | 1100000 | 10110 |
Color Harmonies of #11026D
Complementary color
Monochromatic Colors of #11026D
Black with #11026D
Text Example
Text Example
White with #11026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11026D; }
p { color: rgb(17,2,109); }
H1.HeaderClassName
{
color: #11026D;
}
.AnyTagClassName
{
color: #11026D;
}
</style>
background-color css
<style>
a { background-color: #11026D; }
a { background-color: rgb(17,2,109); }
div.DivClassName
{
background-color: #11026D;
}
.BgClassName
{
background-color: #11026D;
}
</style>
border-color css
<style>
span { border-color: #11026D; }
span { border-color: rgb(17,2,109); }
td.TdClassName
{
border-color: #11026D;
}
.TagClassName
{
border-color: #11026D;
}
</style>