Shades of Midnight Blue #09125E
Tints of Midnight Blue #09125E
RGB
CMYK
RGB Variations
Color information
#09125E (or 0x09125E) is known color: Midnight Blue. HEX triplet: 09, 12 and 5E. RGB value is (9,18,94). Sum of RGB (Red+Green+Blue) = 9+18+94=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #09125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125E is #F6EDA1. Grayscale: #171717. Windows color (decimal): -16182690 or 6165001. OLE color: 6165001.
HSL color Cylindrical-coordinate representation of color #09125E: hue angle of 233.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09125E is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 18 | 94 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.63 |
| HSL | 233.65º | 0.83% | 0.2% | - |
| HSV(B) | 233.65º | 0.9% | 0.37% | - |
| XYZ | 2.35 | 1.3 | 10.72 | - |
| YUV | 23.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 94 | 0.90 | 0.81 | 0 | 0.63 | 233.65 | 0.83 | 0.2 |
| Hex | 9 | 12 | 5E | 5A | 51 | 0 | 3F | EA | 53 | 14 |
| Octal | 11 | 22 | 136 | 132 | 121 | 0 | 77 | 352 | 123 | 24 |
| Binary | 1001 | 10010 | 1011110 | 1011010 | 1010001 | 0 | 111111 | 11101010 | 1010011 | 10100 |
Color Harmonies of #09125E
Complementary color
Monochromatic Colors of #09125E
Black with #09125E
Text Example
Text Example
White with #09125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09125E; }
p { color: rgb(9,18,94); }
H1.HeaderClassName
{
color: #09125E;
}
.AnyTagClassName
{
color: #09125E;
}
</style>
background-color css
<style>
a { background-color: #09125E; }
a { background-color: rgb(9,18,94); }
div.DivClassName
{
background-color: #09125E;
}
.BgClassName
{
background-color: #09125E;
}
</style>
border-color css
<style>
span { border-color: #09125E; }
span { border-color: rgb(9,18,94); }
td.TdClassName
{
border-color: #09125E;
}
.TagClassName
{
border-color: #09125E;
}
</style>