Shades of New Midnight Blue #09119E
Tints of New Midnight Blue #09119E
RGB
CMYK
RGB Variations
Color information
#09119E (or 0x09119E) is known color: New Midnight Blue. HEX triplet: 09, 11 and 9E. RGB value is (9,17,158). Sum of RGB (Red+Green+Blue) = 9+17+158=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 158 (62.11% from 255 or 85.87% from 184); Max value from RGB is 158 - color contains mainly: blue. Hex color #09119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09119E is #F6EE61. Grayscale: #1E1E1E. Windows color (decimal): -16182882 or 10359049. OLE color: 10359049.
HSL color Cylindrical-coordinate representation of color #09119E: hue angle of 236.78º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09119E is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 17 | 158 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.38 |
| HSL | 236.78º | 0.89% | 0.33% | - |
| HSV(B) | 236.78º | 0.94% | 0.62% | - |
| XYZ | 6.48 | 2.93 | 32.57 | - |
| YUV | 30.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 158 | 0.94 | 0.89 | 0 | 0.38 | 236.78 | 0.89 | 0.33 |
| Hex | 9 | 11 | 9E | 5E | 59 | 0 | 26 | ED | 59 | 21 |
| Octal | 11 | 21 | 236 | 136 | 131 | 0 | 46 | 355 | 131 | 41 |
| Binary | 1001 | 10001 | 10011110 | 1011110 | 1011001 | 0 | 100110 | 11101101 | 1011001 | 100001 |
Color Harmonies of #09119E
Complementary color
Monochromatic Colors of #09119E
Black with #09119E
Text Example
Text Example
White with #09119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09119E; }
p { color: rgb(9,17,158); }
H1.HeaderClassName
{
color: #09119E;
}
.AnyTagClassName
{
color: #09119E;
}
</style>
background-color css
<style>
a { background-color: #09119E; }
a { background-color: rgb(9,17,158); }
div.DivClassName
{
background-color: #09119E;
}
.BgClassName
{
background-color: #09119E;
}
</style>
border-color css
<style>
span { border-color: #09119E; }
span { border-color: rgb(9,17,158); }
td.TdClassName
{
border-color: #09119E;
}
.TagClassName
{
border-color: #09119E;
}
</style>