Shades of Midnight Blue #09085F
Tints of Midnight Blue #09085F
RGB
CMYK
RGB Variations
Color information
#09085F (or 0x09085F) is known color: Midnight Blue. HEX triplet: 09, 08 and 5F. RGB value is (9,8,95). Sum of RGB (Red+Green+Blue) = 9+8+95=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #09085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09085F is #F6F7A0. Grayscale: #111111. Windows color (decimal): -16185249 or 6227977. OLE color: 6227977.
HSL color Cylindrical-coordinate representation of color #09085F: hue angle of 240.69º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09085F is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 8 | 95 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.63 |
| HSL | 240.69º | 0.84% | 0.2% | - |
| HSV(B) | 240.69º | 0.92% | 0.37% | - |
| XYZ | 2.27 | 1.06 | 10.91 | - |
| YUV | 18.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 95 | 0.91 | 0.92 | 0 | 0.63 | 240.69 | 0.84 | 0.2 |
| Hex | 9 | 8 | 5F | 5B | 5C | 0 | 3F | F1 | 54 | 14 |
| Octal | 11 | 10 | 137 | 133 | 134 | 0 | 77 | 361 | 124 | 24 |
| Binary | 1001 | 1000 | 1011111 | 1011011 | 1011100 | 0 | 111111 | 11110001 | 1010100 | 10100 |
Color Harmonies of #09085F
Complementary color
Monochromatic Colors of #09085F
Black with #09085F
Text Example
Text Example
White with #09085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09085F; }
p { color: rgb(9,8,95); }
H1.HeaderClassName
{
color: #09085F;
}
.AnyTagClassName
{
color: #09085F;
}
</style>
background-color css
<style>
a { background-color: #09085F; }
a { background-color: rgb(9,8,95); }
div.DivClassName
{
background-color: #09085F;
}
.BgClassName
{
background-color: #09085F;
}
</style>
border-color css
<style>
span { border-color: #09085F; }
span { border-color: rgb(9,8,95); }
td.TdClassName
{
border-color: #09085F;
}
.TagClassName
{
border-color: #09085F;
}
</style>