Shades of Midnight Blue #09116B
Tints of Midnight Blue #09116B
RGB
CMYK
RGB Variations
Color information
#09116B (or 0x09116B) is known color: Midnight Blue. HEX triplet: 09, 11 and 6B. RGB value is (9,17,107). Sum of RGB (Red+Green+Blue) = 9+17+107=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #09116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09116B is #F6EE94. Grayscale: #181818. Windows color (decimal): -16182933 or 7016713. OLE color: 7016713.
HSL color Cylindrical-coordinate representation of color #09116B: hue angle of 235.1º degrees, saturation: 0.84, 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 #09116B is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 17 | 107 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.58 |
| HSL | 235.1º | 0.84% | 0.23% | - |
| HSV(B) | 235.1º | 0.92% | 0.42% | - |
| XYZ | 2.97 | 1.52 | 14.05 | - |
| YUV | 24.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 107 | 0.92 | 0.84 | 0 | 0.58 | 235.1 | 0.84 | 0.23 |
| Hex | 9 | 11 | 6B | 5C | 54 | 0 | 3A | EB | 54 | 17 |
| Octal | 11 | 21 | 153 | 134 | 124 | 0 | 72 | 353 | 124 | 27 |
| Binary | 1001 | 10001 | 1101011 | 1011100 | 1010100 | 0 | 111010 | 11101011 | 1010100 | 10111 |
Color Harmonies of #09116B
Complementary color
Monochromatic Colors of #09116B
Black with #09116B
Text Example
Text Example
White with #09116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09116B; }
p { color: rgb(9,17,107); }
H1.HeaderClassName
{
color: #09116B;
}
.AnyTagClassName
{
color: #09116B;
}
</style>
background-color css
<style>
a { background-color: #09116B; }
a { background-color: rgb(9,17,107); }
div.DivClassName
{
background-color: #09116B;
}
.BgClassName
{
background-color: #09116B;
}
</style>
border-color css
<style>
span { border-color: #09116B; }
span { border-color: rgb(9,17,107); }
td.TdClassName
{
border-color: #09116B;
}
.TagClassName
{
border-color: #09116B;
}
</style>