Shades of Midnight Blue #09084C
Tints of Midnight Blue #09084C
RGB
CMYK
RGB Variations
Color information
#09084C (or 0x09084C) is known color: Midnight Blue. HEX triplet: 09, 08 and 4C. RGB value is (9,8,76). Sum of RGB (Red+Green+Blue) = 9+8+76=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #09084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09084C is #F6F7B3. Grayscale: #0F0F0F. Windows color (decimal): -16185268 or 4982793. OLE color: 4982793.
HSL color Cylindrical-coordinate representation of color #09084C: hue angle of 240.88º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09084C is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 8 | 76 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.70 |
| HSL | 240.88º | 0.81% | 0.16% | - |
| HSV(B) | 240.88º | 0.89% | 0.3% | - |
| XYZ | 1.5 | 0.75 | 6.9 | - |
| YUV | 16.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 76 | 0.88 | 0.89 | 0 | 0.70 | 240.88 | 0.81 | 0.16 |
| Hex | 9 | 8 | 4C | 58 | 59 | 0 | 46 | F1 | 51 | 10 |
| Octal | 11 | 10 | 114 | 130 | 131 | 0 | 106 | 361 | 121 | 20 |
| Binary | 1001 | 1000 | 1001100 | 1011000 | 1011001 | 0 | 1000110 | 11110001 | 1010001 | 10000 |
Color Harmonies of #09084C
Complementary color
Monochromatic Colors of #09084C
Black with #09084C
Text Example
Text Example
White with #09084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09084C; }
p { color: rgb(9,8,76); }
H1.HeaderClassName
{
color: #09084C;
}
.AnyTagClassName
{
color: #09084C;
}
</style>
background-color css
<style>
a { background-color: #09084C; }
a { background-color: rgb(9,8,76); }
div.DivClassName
{
background-color: #09084C;
}
.BgClassName
{
background-color: #09084C;
}
</style>
border-color css
<style>
span { border-color: #09084C; }
span { border-color: rgb(9,8,76); }
td.TdClassName
{
border-color: #09084C;
}
.TagClassName
{
border-color: #09084C;
}
</style>