Shades of Midnight Blue #09126D
Tints of Midnight Blue #09126D
RGB
CMYK
RGB Variations
Color information
#09126D (or 0x09126D) is known color: Midnight Blue. HEX triplet: 09, 12 and 6D. RGB value is (9,18,109). Sum of RGB (Red+Green+Blue) = 9+18+109=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #09126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09126D is #F6ED92. Grayscale: #191919. Windows color (decimal): -16182675 or 7148041. OLE color: 7148041.
HSL color Cylindrical-coordinate representation of color #09126D: hue angle of 234.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09126D is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 18 | 109 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.57 |
| HSL | 234.6º | 0.85% | 0.23% | - |
| HSV(B) | 234.6º | 0.92% | 0.43% | - |
| XYZ | 3.09 | 1.59 | 14.61 | - |
| YUV | 25.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 109 | 0.92 | 0.83 | 0 | 0.57 | 234.6 | 0.85 | 0.23 |
| Hex | 9 | 12 | 6D | 5C | 53 | 0 | 39 | EB | 55 | 17 |
| Octal | 11 | 22 | 155 | 134 | 123 | 0 | 71 | 353 | 125 | 27 |
| Binary | 1001 | 10010 | 1101101 | 1011100 | 1010011 | 0 | 111001 | 11101011 | 1010101 | 10111 |
Color Harmonies of #09126D
Complementary color
Monochromatic Colors of #09126D
Black with #09126D
Text Example
Text Example
White with #09126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09126D; }
p { color: rgb(9,18,109); }
H1.HeaderClassName
{
color: #09126D;
}
.AnyTagClassName
{
color: #09126D;
}
</style>
background-color css
<style>
a { background-color: #09126D; }
a { background-color: rgb(9,18,109); }
div.DivClassName
{
background-color: #09126D;
}
.BgClassName
{
background-color: #09126D;
}
</style>
border-color css
<style>
span { border-color: #09126D; }
span { border-color: rgb(9,18,109); }
td.TdClassName
{
border-color: #09126D;
}
.TagClassName
{
border-color: #09126D;
}
</style>