Shades of Midnight Blue #12026E
Tints of Midnight Blue #12026E
RGB
CMYK
RGB Variations
Color information
#12026E (or 0x12026E) is known color: Midnight Blue. HEX triplet: 12, 02 and 6E. RGB value is (18,2,110). Sum of RGB (Red+Green+Blue) = 18+2+110=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #12026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12026E is #EDFD91. Grayscale: #121212. Windows color (decimal): -15596946 or 7209490. OLE color: 7209490.
HSL color Cylindrical-coordinate representation of color #12026E: hue angle of 248.89º 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 #12026E is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 2 | 110 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.57 |
| HSL | 248.89º | 0.96% | 0.22% | - |
| HSV(B) | 248.89º | 0.98% | 0.43% | - |
| XYZ | 3.09 | 1.3 | 14.84 | - |
| YUV | 19.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 110 | 0.84 | 0.98 | 0 | 0.57 | 248.89 | 0.96 | 0.22 |
| Hex | 12 | 2 | 6E | 54 | 62 | 0 | 39 | F9 | 60 | 16 |
| Octal | 22 | 2 | 156 | 124 | 142 | 0 | 71 | 371 | 140 | 26 |
| Binary | 10010 | 10 | 1101110 | 1010100 | 1100010 | 0 | 111001 | 11111001 | 1100000 | 10110 |
Color Harmonies of #12026E
Complementary color
Monochromatic Colors of #12026E
Black with #12026E
Text Example
Text Example
White with #12026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12026E; }
p { color: rgb(18,2,110); }
H1.HeaderClassName
{
color: #12026E;
}
.AnyTagClassName
{
color: #12026E;
}
</style>
background-color css
<style>
a { background-color: #12026E; }
a { background-color: rgb(18,2,110); }
div.DivClassName
{
background-color: #12026E;
}
.BgClassName
{
background-color: #12026E;
}
</style>
border-color css
<style>
span { border-color: #12026E; }
span { border-color: rgb(18,2,110); }
td.TdClassName
{
border-color: #12026E;
}
.TagClassName
{
border-color: #12026E;
}
</style>