Shades of Midnight Blue #09094A
Tints of Midnight Blue #09094A
RGB
CMYK
RGB Variations
Color information
#09094A (or 0x09094A) is known color: Midnight Blue. HEX triplet: 09, 09 and 4A. RGB value is (9,9,74). Sum of RGB (Red+Green+Blue) = 9+9+74=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 74 (29.30% from 255 or 80.43% from 92); Max value from RGB is 74 - color contains mainly: blue. Hex color #09094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09094A is #F6F6B5. Grayscale: #101010. Windows color (decimal): -16185014 or 4851977. OLE color: 4851977.
HSL color Cylindrical-coordinate representation of color #09094A: hue angle of 240º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09094A is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 9 | 74 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.71 |
| HSL | 240º | 0.78% | 0.16% | - |
| HSV(B) | 240º | 0.88% | 0.29% | - |
| XYZ | 1.45 | 0.75 | 6.55 | - |
| YUV | 16.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 74 | 0.88 | 0.88 | 0 | 0.71 | 240 | 0.78 | 0.16 |
| Hex | 9 | 9 | 4A | 58 | 58 | 0 | 47 | F0 | 4E | 10 |
| Octal | 11 | 11 | 112 | 130 | 130 | 0 | 107 | 360 | 116 | 20 |
| Binary | 1001 | 1001 | 1001010 | 1011000 | 1011000 | 0 | 1000111 | 11110000 | 1001110 | 10000 |
Color Harmonies of #09094A
Complementary color
Monochromatic Colors of #09094A
Black with #09094A
Text Example
Text Example
White with #09094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09094A; }
p { color: rgb(9,9,74); }
H1.HeaderClassName
{
color: #09094A;
}
.AnyTagClassName
{
color: #09094A;
}
</style>
background-color css
<style>
a { background-color: #09094A; }
a { background-color: rgb(9,9,74); }
div.DivClassName
{
background-color: #09094A;
}
.BgClassName
{
background-color: #09094A;
}
</style>
border-color css
<style>
span { border-color: #09094A; }
span { border-color: rgb(9,9,74); }
td.TdClassName
{
border-color: #09094A;
}
.TagClassName
{
border-color: #09094A;
}
</style>