Shades of Midnight Blue #091275
Tints of Midnight Blue #091275
RGB
CMYK
RGB Variations
Color information
#091275 (or 0x091275) is known color: Midnight Blue. HEX triplet: 09, 12 and 75. RGB value is (9,18,117). Sum of RGB (Red+Green+Blue) = 9+18+117=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #091275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091275 is #F6ED8A. Grayscale: #1A1A1A. Windows color (decimal): -16182667 or 7672329. OLE color: 7672329.
HSL color Cylindrical-coordinate representation of color #091275: hue angle of 235º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091275 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 18 | 117 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.54 |
| HSL | 235º | 0.86% | 0.25% | - |
| HSV(B) | 235º | 0.92% | 0.46% | - |
| XYZ | 3.54 | 1.78 | 16.99 | - |
| YUV | 26.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 117 | 0.92 | 0.85 | 0 | 0.54 | 235 | 0.86 | 0.25 |
| Hex | 9 | 12 | 75 | 5C | 55 | 0 | 36 | EB | 56 | 19 |
| Octal | 11 | 22 | 165 | 134 | 125 | 0 | 66 | 353 | 126 | 31 |
| Binary | 1001 | 10010 | 1110101 | 1011100 | 1010101 | 0 | 110110 | 11101011 | 1010110 | 11001 |
Color Harmonies of #091275
Complementary color
Monochromatic Colors of #091275
Black with #091275
Text Example
Text Example
White with #091275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091275; }
p { color: rgb(9,18,117); }
H1.HeaderClassName
{
color: #091275;
}
.AnyTagClassName
{
color: #091275;
}
</style>
background-color css
<style>
a { background-color: #091275; }
a { background-color: rgb(9,18,117); }
div.DivClassName
{
background-color: #091275;
}
.BgClassName
{
background-color: #091275;
}
</style>
border-color css
<style>
span { border-color: #091275; }
span { border-color: rgb(9,18,117); }
td.TdClassName
{
border-color: #091275;
}
.TagClassName
{
border-color: #091275;
}
</style>