Shades of Midnight Blue #09074F
Tints of Midnight Blue #09074F
RGB
CMYK
RGB Variations
Color information
#09074F (or 0x09074F) is known color: Midnight Blue. HEX triplet: 09, 07 and 4F. RGB value is (9,7,79). Sum of RGB (Red+Green+Blue) = 9+7+79=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #09074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09074F is #F6F8B0. Grayscale: #0F0F0F. Windows color (decimal): -16185521 or 5179145. OLE color: 5179145.
HSL color Cylindrical-coordinate representation of color #09074F: hue angle of 241.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09074F is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 7 | 79 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.69 |
| HSL | 241.67º | 0.84% | 0.17% | - |
| HSV(B) | 241.67º | 0.91% | 0.31% | - |
| XYZ | 1.6 | 0.77 | 7.46 | - |
| YUV | 15.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 79 | 0.89 | 0.91 | 0 | 0.69 | 241.67 | 0.84 | 0.17 |
| Hex | 9 | 7 | 4F | 59 | 5B | 0 | 45 | F2 | 54 | 11 |
| Octal | 11 | 7 | 117 | 131 | 133 | 0 | 105 | 362 | 124 | 21 |
| Binary | 1001 | 111 | 1001111 | 1011001 | 1011011 | 0 | 1000101 | 11110010 | 1010100 | 10001 |
Color Harmonies of #09074F
Complementary color
Monochromatic Colors of #09074F
Black with #09074F
Text Example
Text Example
White with #09074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09074F; }
p { color: rgb(9,7,79); }
H1.HeaderClassName
{
color: #09074F;
}
.AnyTagClassName
{
color: #09074F;
}
</style>
background-color css
<style>
a { background-color: #09074F; }
a { background-color: rgb(9,7,79); }
div.DivClassName
{
background-color: #09074F;
}
.BgClassName
{
background-color: #09074F;
}
</style>
border-color css
<style>
span { border-color: #09074F; }
span { border-color: rgb(9,7,79); }
td.TdClassName
{
border-color: #09074F;
}
.TagClassName
{
border-color: #09074F;
}
</style>