Shades of Midnight Blue #09084D
Tints of Midnight Blue #09084D
RGB
CMYK
RGB Variations
Color information
#09084D (or 0x09084D) is known color: Midnight Blue. HEX triplet: 09, 08 and 4D. RGB value is (9,8,77). Sum of RGB (Red+Green+Blue) = 9+8+77=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #09084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09084D is #F6F7B2. Grayscale: #0F0F0F. Windows color (decimal): -16185267 or 5048329. OLE color: 5048329.
HSL color Cylindrical-coordinate representation of color #09084D: hue angle of 240.87º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09084D is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 8 | 77 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.70 |
| HSL | 240.87º | 0.81% | 0.17% | - |
| HSV(B) | 240.87º | 0.9% | 0.3% | - |
| XYZ | 1.54 | 0.77 | 7.09 | - |
| YUV | 16.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 77 | 0.88 | 0.90 | 0 | 0.70 | 240.87 | 0.81 | 0.17 |
| Hex | 9 | 8 | 4D | 58 | 5A | 0 | 46 | F1 | 51 | 11 |
| Octal | 11 | 10 | 115 | 130 | 132 | 0 | 106 | 361 | 121 | 21 |
| Binary | 1001 | 1000 | 1001101 | 1011000 | 1011010 | 0 | 1000110 | 11110001 | 1010001 | 10001 |
Color Harmonies of #09084D
Complementary color
Monochromatic Colors of #09084D
Black with #09084D
Text Example
Text Example
White with #09084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09084D; }
p { color: rgb(9,8,77); }
H1.HeaderClassName
{
color: #09084D;
}
.AnyTagClassName
{
color: #09084D;
}
</style>
background-color css
<style>
a { background-color: #09084D; }
a { background-color: rgb(9,8,77); }
div.DivClassName
{
background-color: #09084D;
}
.BgClassName
{
background-color: #09084D;
}
</style>
border-color css
<style>
span { border-color: #09084D; }
span { border-color: rgb(9,8,77); }
td.TdClassName
{
border-color: #09084D;
}
.TagClassName
{
border-color: #09084D;
}
</style>