Shades of Midnight Blue #09115B
Tints of Midnight Blue #09115B
RGB
CMYK
RGB Variations
Color information
#09115B (or 0x09115B) is known color: Midnight Blue. HEX triplet: 09, 11 and 5B. RGB value is (9,17,91). Sum of RGB (Red+Green+Blue) = 9+17+91=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #09115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09115B is #F6EEA4. Grayscale: #161616. Windows color (decimal): -16182949 or 5968137. OLE color: 5968137.
HSL color Cylindrical-coordinate representation of color #09115B: hue angle of 234.15º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09115B is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 17 | 91 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.64 |
| HSL | 234.15º | 0.82% | 0.2% | - |
| HSV(B) | 234.15º | 0.9% | 0.36% | - |
| XYZ | 2.2 | 1.21 | 10.02 | - |
| YUV | 23.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 91 | 0.90 | 0.81 | 0 | 0.64 | 234.15 | 0.82 | 0.2 |
| Hex | 9 | 11 | 5B | 5A | 51 | 0 | 40 | EA | 52 | 14 |
| Octal | 11 | 21 | 133 | 132 | 121 | 0 | 100 | 352 | 122 | 24 |
| Binary | 1001 | 10001 | 1011011 | 1011010 | 1010001 | 0 | 1000000 | 11101010 | 1010010 | 10100 |
Color Harmonies of #09115B
Complementary color
Monochromatic Colors of #09115B
Black with #09115B
Text Example
Text Example
White with #09115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09115B; }
p { color: rgb(9,17,91); }
H1.HeaderClassName
{
color: #09115B;
}
.AnyTagClassName
{
color: #09115B;
}
</style>
background-color css
<style>
a { background-color: #09115B; }
a { background-color: rgb(9,17,91); }
div.DivClassName
{
background-color: #09115B;
}
.BgClassName
{
background-color: #09115B;
}
</style>
border-color css
<style>
span { border-color: #09115B; }
span { border-color: rgb(9,17,91); }
td.TdClassName
{
border-color: #09115B;
}
.TagClassName
{
border-color: #09115B;
}
</style>