Shades of New Midnight Blue #090096
Tints of New Midnight Blue #090096
RGB
CMYK
RGB Variations
Color information
#090096 (or 0x090096) is known color: New Midnight Blue. HEX triplet: 09, 00 and 96. RGB value is (9,0,150). Sum of RGB (Red+Green+Blue) = 9+0+150=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 150 (58.98% from 255 or 94.34% from 159); Max value from RGB is 150 - color contains mainly: blue. Hex color #090096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090096 is #F6FF69. Grayscale: #131313. Windows color (decimal): -16187242 or 9830409. OLE color: 9830409.
HSL color Cylindrical-coordinate representation of color #090096: hue angle of 243.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090096 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 0 | 150 | - |
| CMYK | 0.94 | 1 | 0 | 0.41 |
| HSL | 243.6º | 1% | 0.29% | - |
| HSV(B) | 243.6º | 1% | 0.59% | - |
| XYZ | 5.62 | 2.26 | 28.99 | - |
| YUV | 19.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 150 | 0.94 | 1 | 0 | 0.41 | 243.6 | 1 | 0.29 |
| Hex | 9 | 0 | 96 | 5E | 64 | 0 | 29 | F4 | 64 | 1D |
| Octal | 11 | 0 | 226 | 136 | 144 | 0 | 51 | 364 | 144 | 35 |
| Binary | 1001 | 0 | 10010110 | 1011110 | 1100100 | 0 | 101001 | 11110100 | 1100100 | 11101 |
Color Harmonies of #090096
Complementary color
Monochromatic Colors of #090096
Black with #090096
Text Example
Text Example
White with #090096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090096; }
p { color: rgb(9,0,150); }
H1.HeaderClassName
{
color: #090096;
}
.AnyTagClassName
{
color: #090096;
}
</style>
background-color css
<style>
a { background-color: #090096; }
a { background-color: rgb(9,0,150); }
div.DivClassName
{
background-color: #090096;
}
.BgClassName
{
background-color: #090096;
}
</style>
border-color css
<style>
span { border-color: #090096; }
span { border-color: rgb(9,0,150); }
td.TdClassName
{
border-color: #090096;
}
.TagClassName
{
border-color: #090096;
}
</style>