Shades of Midnight Blue #09074C
Tints of Midnight Blue #09074C
RGB
CMYK
RGB Variations
Color information
#09074C (or 0x09074C) is known color: Midnight Blue. HEX triplet: 09, 07 and 4C. RGB value is (9,7,76). Sum of RGB (Red+Green+Blue) = 9+7+76=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #09074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09074C is #F6F8B3. Grayscale: #0F0F0F. Windows color (decimal): -16185524 or 4982537. OLE color: 4982537.
HSL color Cylindrical-coordinate representation of color #09074C: hue angle of 241.74º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09074C is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 7 | 76 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.70 |
| HSL | 241.74º | 0.83% | 0.16% | - |
| HSV(B) | 241.74º | 0.91% | 0.3% | - |
| XYZ | 1.49 | 0.73 | 6.9 | - |
| YUV | 15.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 76 | 0.88 | 0.91 | 0 | 0.70 | 241.74 | 0.83 | 0.16 |
| Hex | 9 | 7 | 4C | 58 | 5B | 0 | 46 | F2 | 53 | 10 |
| Octal | 11 | 7 | 114 | 130 | 133 | 0 | 106 | 362 | 123 | 20 |
| Binary | 1001 | 111 | 1001100 | 1011000 | 1011011 | 0 | 1000110 | 11110010 | 1010011 | 10000 |
Color Harmonies of #09074C
Complementary color
Monochromatic Colors of #09074C
Black with #09074C
Text Example
Text Example
White with #09074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09074C; }
p { color: rgb(9,7,76); }
H1.HeaderClassName
{
color: #09074C;
}
.AnyTagClassName
{
color: #09074C;
}
</style>
background-color css
<style>
a { background-color: #09074C; }
a { background-color: rgb(9,7,76); }
div.DivClassName
{
background-color: #09074C;
}
.BgClassName
{
background-color: #09074C;
}
</style>
border-color css
<style>
span { border-color: #09074C; }
span { border-color: rgb(9,7,76); }
td.TdClassName
{
border-color: #09074C;
}
.TagClassName
{
border-color: #09074C;
}
</style>