Shades of Midnight Blue #09096D
Tints of Midnight Blue #09096D
RGB
CMYK
RGB Variations
Color information
#09096D (or 0x09096D) is known color: Midnight Blue. HEX triplet: 09, 09 and 6D. RGB value is (9,9,109). Sum of RGB (Red+Green+Blue) = 9+9+109=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #09096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09096D is #F6F692. Grayscale: #141414. Windows color (decimal): -16184979 or 7145737. OLE color: 7145737.
HSL color Cylindrical-coordinate representation of color #09096D: hue angle of 240º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09096D is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 9 | 109 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.57 |
| HSL | 240º | 0.85% | 0.23% | - |
| HSV(B) | 240º | 0.92% | 0.43% | - |
| XYZ | 2.97 | 1.36 | 14.57 | - |
| YUV | 20.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 109 | 0.92 | 0.92 | 0 | 0.57 | 240 | 0.85 | 0.23 |
| Hex | 9 | 9 | 6D | 5C | 5C | 0 | 39 | F0 | 55 | 17 |
| Octal | 11 | 11 | 155 | 134 | 134 | 0 | 71 | 360 | 125 | 27 |
| Binary | 1001 | 1001 | 1101101 | 1011100 | 1011100 | 0 | 111001 | 11110000 | 1010101 | 10111 |
Color Harmonies of #09096D
Complementary color
Monochromatic Colors of #09096D
Black with #09096D
Text Example
Text Example
White with #09096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09096D; }
p { color: rgb(9,9,109); }
H1.HeaderClassName
{
color: #09096D;
}
.AnyTagClassName
{
color: #09096D;
}
</style>
background-color css
<style>
a { background-color: #09096D; }
a { background-color: rgb(9,9,109); }
div.DivClassName
{
background-color: #09096D;
}
.BgClassName
{
background-color: #09096D;
}
</style>
border-color css
<style>
span { border-color: #09096D; }
span { border-color: rgb(9,9,109); }
td.TdClassName
{
border-color: #09096D;
}
.TagClassName
{
border-color: #09096D;
}
</style>