Shades of New Midnight Blue #09119C
Tints of New Midnight Blue #09119C
RGB
CMYK
RGB Variations
Color information
#09119C (or 0x09119C) is known color: New Midnight Blue. HEX triplet: 09, 11 and 9C. RGB value is (9,17,156). Sum of RGB (Red+Green+Blue) = 9+17+156=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #09119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09119C is #F6EE63. Grayscale: #1D1D1D. Windows color (decimal): -16182884 or 10227977. OLE color: 10227977.
HSL color Cylindrical-coordinate representation of color #09119C: hue angle of 236.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09119C is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 17 | 156 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.39 |
| HSL | 236.73º | 0.89% | 0.32% | - |
| HSV(B) | 236.73º | 0.94% | 0.61% | - |
| XYZ | 6.31 | 2.86 | 31.67 | - |
| YUV | 30.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 156 | 0.94 | 0.89 | 0 | 0.39 | 236.73 | 0.89 | 0.32 |
| Hex | 9 | 11 | 9C | 5E | 59 | 0 | 27 | ED | 59 | 20 |
| Octal | 11 | 21 | 234 | 136 | 131 | 0 | 47 | 355 | 131 | 40 |
| Binary | 1001 | 10001 | 10011100 | 1011110 | 1011001 | 0 | 100111 | 11101101 | 1011001 | 100000 |
Color Harmonies of #09119C
Complementary color
Monochromatic Colors of #09119C
Black with #09119C
Text Example
Text Example
White with #09119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09119C; }
p { color: rgb(9,17,156); }
H1.HeaderClassName
{
color: #09119C;
}
.AnyTagClassName
{
color: #09119C;
}
</style>
background-color css
<style>
a { background-color: #09119C; }
a { background-color: rgb(9,17,156); }
div.DivClassName
{
background-color: #09119C;
}
.BgClassName
{
background-color: #09119C;
}
</style>
border-color css
<style>
span { border-color: #09119C; }
span { border-color: rgb(9,17,156); }
td.TdClassName
{
border-color: #09119C;
}
.TagClassName
{
border-color: #09119C;
}
</style>