Shades of Midnight Blue #09094D
Tints of Midnight Blue #09094D
RGB
CMYK
RGB Variations
Color information
#09094D (or 0x09094D) is known color: Midnight Blue. HEX triplet: 09, 09 and 4D. RGB value is (9,9,77). Sum of RGB (Red+Green+Blue) = 9+9+77=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #09094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09094D is #F6F6B2. Grayscale: #101010. Windows color (decimal): -16185011 or 5048585. OLE color: 5048585.
HSL color Cylindrical-coordinate representation of color #09094D: hue angle of 240º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09094D is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 9 | 77 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.70 |
| HSL | 240º | 0.79% | 0.17% | - |
| HSV(B) | 240º | 0.88% | 0.3% | - |
| XYZ | 1.55 | 0.79 | 7.09 | - |
| YUV | 16.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 77 | 0.88 | 0.88 | 0 | 0.70 | 240 | 0.79 | 0.17 |
| Hex | 9 | 9 | 4D | 58 | 58 | 0 | 46 | F0 | 4F | 11 |
| Octal | 11 | 11 | 115 | 130 | 130 | 0 | 106 | 360 | 117 | 21 |
| Binary | 1001 | 1001 | 1001101 | 1011000 | 1011000 | 0 | 1000110 | 11110000 | 1001111 | 10001 |
Color Harmonies of #09094D
Complementary color
Monochromatic Colors of #09094D
Black with #09094D
Text Example
Text Example
White with #09094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09094D; }
p { color: rgb(9,9,77); }
H1.HeaderClassName
{
color: #09094D;
}
.AnyTagClassName
{
color: #09094D;
}
</style>
background-color css
<style>
a { background-color: #09094D; }
a { background-color: rgb(9,9,77); }
div.DivClassName
{
background-color: #09094D;
}
.BgClassName
{
background-color: #09094D;
}
</style>
border-color css
<style>
span { border-color: #09094D; }
span { border-color: rgb(9,9,77); }
td.TdClassName
{
border-color: #09094D;
}
.TagClassName
{
border-color: #09094D;
}
</style>