Shades of Midnight Blue #09004F
Tints of Midnight Blue #09004F
RGB
CMYK
RGB Variations
Color information
#09004F (or 0x09004F) is known color: Midnight Blue. HEX triplet: 09, 00 and 4F. RGB value is (9,0,79). Sum of RGB (Red+Green+Blue) = 9+0+79=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #09004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09004F is #F6FFB0. Grayscale: #0B0B0B. Windows color (decimal): -16187313 or 5177353. OLE color: 5177353.
HSL color Cylindrical-coordinate representation of color #09004F: hue angle of 246.84º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09004F is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 0 | 79 | - |
| CMYK | 0.89 | 1 | 0 | 0.69 |
| HSL | 246.84º | 1% | 0.15% | - |
| HSV(B) | 246.84º | 1% | 0.31% | - |
| XYZ | 1.52 | 0.62 | 7.44 | - |
| YUV | 11.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 79 | 0.89 | 1 | 0 | 0.69 | 246.84 | 1 | 0.15 |
| Hex | 9 | 0 | 4F | 59 | 64 | 0 | 45 | F7 | 64 | F |
| Octal | 11 | 0 | 117 | 131 | 144 | 0 | 105 | 367 | 144 | 17 |
| Binary | 1001 | 0 | 1001111 | 1011001 | 1100100 | 0 | 1000101 | 11110111 | 1100100 | 1111 |
Color Harmonies of #09004F
Complementary color
Monochromatic Colors of #09004F
Black with #09004F
Text Example
Text Example
White with #09004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09004F; }
p { color: rgb(9,0,79); }
H1.HeaderClassName
{
color: #09004F;
}
.AnyTagClassName
{
color: #09004F;
}
</style>
background-color css
<style>
a { background-color: #09004F; }
a { background-color: rgb(9,0,79); }
div.DivClassName
{
background-color: #09004F;
}
.BgClassName
{
background-color: #09004F;
}
</style>
border-color css
<style>
span { border-color: #09004F; }
span { border-color: rgb(9,0,79); }
td.TdClassName
{
border-color: #09004F;
}
.TagClassName
{
border-color: #09004F;
}
</style>