Shades of Midnight Blue #09095F
Tints of Midnight Blue #09095F
RGB
CMYK
RGB Variations
Color information
#09095F (or 0x09095F) is known color: Midnight Blue. HEX triplet: 09, 09 and 5F. RGB value is (9,9,95). Sum of RGB (Red+Green+Blue) = 9+9+95=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 95 (37.5% from 255 or 84.07% from 113); Max value from RGB is 95 - color contains mainly: blue. Hex color #09095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09095F is #F6F6A0. Grayscale: #121212. Windows color (decimal): -16184993 or 6228233. OLE color: 6228233.
HSL color Cylindrical-coordinate representation of color #09095F: hue angle of 240º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09095F is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 9 | 95 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.63 |
| HSL | 240º | 0.83% | 0.2% | - |
| HSV(B) | 240º | 0.91% | 0.37% | - |
| XYZ | 2.28 | 1.08 | 10.91 | - |
| YUV | 18.8 | 171 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 95 | 0.91 | 0.91 | 0 | 0.63 | 240 | 0.83 | 0.2 |
| Hex | 9 | 9 | 5F | 5B | 5B | 0 | 3F | F0 | 53 | 14 |
| Octal | 11 | 11 | 137 | 133 | 133 | 0 | 77 | 360 | 123 | 24 |
| Binary | 1001 | 1001 | 1011111 | 1011011 | 1011011 | 0 | 111111 | 11110000 | 1010011 | 10100 |
Color Harmonies of #09095F
Complementary color
Monochromatic Colors of #09095F
Black with #09095F
Text Example
Text Example
White with #09095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09095F; }
p { color: rgb(9,9,95); }
H1.HeaderClassName
{
color: #09095F;
}
.AnyTagClassName
{
color: #09095F;
}
</style>
background-color css
<style>
a { background-color: #09095F; }
a { background-color: rgb(9,9,95); }
div.DivClassName
{
background-color: #09095F;
}
.BgClassName
{
background-color: #09095F;
}
</style>
border-color css
<style>
span { border-color: #09095F; }
span { border-color: rgb(9,9,95); }
td.TdClassName
{
border-color: #09095F;
}
.TagClassName
{
border-color: #09095F;
}
</style>