Shades of Midnight Blue #09115D
Tints of Midnight Blue #09115D
RGB
CMYK
RGB Variations
Color information
#09115D (or 0x09115D) is known color: Midnight Blue. HEX triplet: 09, 11 and 5D. RGB value is (9,17,93). Sum of RGB (Red+Green+Blue) = 9+17+93=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #09115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09115D is #F6EEA2. Grayscale: #161616. Windows color (decimal): -16182947 or 6099209. OLE color: 6099209.
HSL color Cylindrical-coordinate representation of color #09115D: hue angle of 234.29º 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 #09115D is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 17 | 93 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.64 |
| HSL | 234.29º | 0.82% | 0.2% | - |
| HSV(B) | 234.29º | 0.9% | 0.36% | - |
| XYZ | 2.29 | 1.25 | 10.48 | - |
| YUV | 23.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 93 | 0.90 | 0.82 | 0 | 0.64 | 234.29 | 0.82 | 0.2 |
| Hex | 9 | 11 | 5D | 5A | 52 | 0 | 40 | EA | 52 | 14 |
| Octal | 11 | 21 | 135 | 132 | 122 | 0 | 100 | 352 | 122 | 24 |
| Binary | 1001 | 10001 | 1011101 | 1011010 | 1010010 | 0 | 1000000 | 11101010 | 1010010 | 10100 |
Color Harmonies of #09115D
Complementary color
Monochromatic Colors of #09115D
Black with #09115D
Text Example
Text Example
White with #09115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09115D; }
p { color: rgb(9,17,93); }
H1.HeaderClassName
{
color: #09115D;
}
.AnyTagClassName
{
color: #09115D;
}
</style>
background-color css
<style>
a { background-color: #09115D; }
a { background-color: rgb(9,17,93); }
div.DivClassName
{
background-color: #09115D;
}
.BgClassName
{
background-color: #09115D;
}
</style>
border-color css
<style>
span { border-color: #09115D; }
span { border-color: rgb(9,17,93); }
td.TdClassName
{
border-color: #09115D;
}
.TagClassName
{
border-color: #09115D;
}
</style>