Shades of New Midnight Blue #000996
Tints of New Midnight Blue #000996
RGB
CMYK
RGB Variations
Color information
#000996 (or 0x000996) is known color: New Midnight Blue. HEX triplet: 00, 09 and 96. RGB value is (0,9,150). Sum of RGB (Red+Green+Blue) = 0+9+150=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 9 (3.91% from 255 or 5.66% 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 #000996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000996 is #FFF669. Grayscale: #151515. Windows color (decimal): -16774762 or 9832704. OLE color: 9832704.
HSL color Cylindrical-coordinate representation of color #000996: hue angle of 236.4º 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 #000996 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 9 | 150 | - |
| CMYK | 1 | 0.94 | 0 | 0.41 |
| HSL | 236.4º | 1% | 0.29% | - |
| HSV(B) | 236.4º | 1% | 0.59% | - |
| XYZ | 5.6 | 2.4 | 29.02 | - |
| YUV | 22.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 150 | 1 | 0.94 | 0 | 0.41 | 236.4 | 1 | 0.29 |
| Hex | 0 | 9 | 96 | 64 | 5E | 0 | 29 | EC | 64 | 1D |
| Octal | 0 | 11 | 226 | 144 | 136 | 0 | 51 | 354 | 144 | 35 |
| Binary | 0 | 1001 | 10010110 | 1100100 | 1011110 | 0 | 101001 | 11101100 | 1100100 | 11101 |
Color Harmonies of #000996
Complementary color
Monochromatic Colors of #000996
Black with #000996
Text Example
Text Example
White with #000996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000996; }
p { color: rgb(0,9,150); }
H1.HeaderClassName
{
color: #000996;
}
.AnyTagClassName
{
color: #000996;
}
</style>
background-color css
<style>
a { background-color: #000996; }
a { background-color: rgb(0,9,150); }
div.DivClassName
{
background-color: #000996;
}
.BgClassName
{
background-color: #000996;
}
</style>
border-color css
<style>
span { border-color: #000996; }
span { border-color: rgb(0,9,150); }
td.TdClassName
{
border-color: #000996;
}
.TagClassName
{
border-color: #000996;
}
</style>