Shades of Midnight Blue #09126C
Tints of Midnight Blue #09126C
RGB
CMYK
RGB Variations
Color information
#09126C (or 0x09126C) is known color: Midnight Blue. HEX triplet: 09, 12 and 6C. RGB value is (9,18,108). Sum of RGB (Red+Green+Blue) = 9+18+108=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #09126C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09126C is #F6ED93. Grayscale: #191919. Windows color (decimal): -16182676 or 7082505. OLE color: 7082505.
HSL color Cylindrical-coordinate representation of color #09126C: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09126C is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 18 | 108 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.58 |
| HSL | 234.55º | 0.85% | 0.23% | - |
| HSV(B) | 234.55º | 0.92% | 0.42% | - |
| XYZ | 3.04 | 1.57 | 14.33 | - |
| YUV | 25.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 108 | 0.92 | 0.83 | 0 | 0.58 | 234.55 | 0.85 | 0.23 |
| Hex | 9 | 12 | 6C | 5C | 53 | 0 | 3A | EB | 55 | 17 |
| Octal | 11 | 22 | 154 | 134 | 123 | 0 | 72 | 353 | 125 | 27 |
| Binary | 1001 | 10010 | 1101100 | 1011100 | 1010011 | 0 | 111010 | 11101011 | 1010101 | 10111 |
Color Harmonies of #09126C
Complementary color
Monochromatic Colors of #09126C
Black with #09126C
Text Example
Text Example
White with #09126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09126C; }
p { color: rgb(9,18,108); }
H1.HeaderClassName
{
color: #09126C;
}
.AnyTagClassName
{
color: #09126C;
}
</style>
background-color css
<style>
a { background-color: #09126C; }
a { background-color: rgb(9,18,108); }
div.DivClassName
{
background-color: #09126C;
}
.BgClassName
{
background-color: #09126C;
}
</style>
border-color css
<style>
span { border-color: #09126C; }
span { border-color: rgb(9,18,108); }
td.TdClassName
{
border-color: #09126C;
}
.TagClassName
{
border-color: #09126C;
}
</style>