Shades of Midnight Blue #09085D
Tints of Midnight Blue #09085D
RGB
CMYK
RGB Variations
Color information
#09085D (or 0x09085D) is known color: Midnight Blue. HEX triplet: 09, 08 and 5D. RGB value is (9,8,93). Sum of RGB (Red+Green+Blue) = 9+8+93=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #09085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09085D is #F6F7A2. Grayscale: #111111. Windows color (decimal): -16185251 or 6096905. OLE color: 6096905.
HSL color Cylindrical-coordinate representation of color #09085D: hue angle of 240.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09085D is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 8 | 93 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.64 |
| HSL | 240.71º | 0.84% | 0.2% | - |
| HSV(B) | 240.71º | 0.91% | 0.36% | - |
| XYZ | 2.18 | 1.02 | 10.44 | - |
| YUV | 17.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 93 | 0.90 | 0.91 | 0 | 0.64 | 240.71 | 0.84 | 0.2 |
| Hex | 9 | 8 | 5D | 5A | 5B | 0 | 40 | F1 | 54 | 14 |
| Octal | 11 | 10 | 135 | 132 | 133 | 0 | 100 | 361 | 124 | 24 |
| Binary | 1001 | 1000 | 1011101 | 1011010 | 1011011 | 0 | 1000000 | 11110001 | 1010100 | 10100 |
Color Harmonies of #09085D
Complementary color
Monochromatic Colors of #09085D
Black with #09085D
Text Example
Text Example
White with #09085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09085D; }
p { color: rgb(9,8,93); }
H1.HeaderClassName
{
color: #09085D;
}
.AnyTagClassName
{
color: #09085D;
}
</style>
background-color css
<style>
a { background-color: #09085D; }
a { background-color: rgb(9,8,93); }
div.DivClassName
{
background-color: #09085D;
}
.BgClassName
{
background-color: #09085D;
}
</style>
border-color css
<style>
span { border-color: #09085D; }
span { border-color: rgb(9,8,93); }
td.TdClassName
{
border-color: #09085D;
}
.TagClassName
{
border-color: #09085D;
}
</style>