Shades of New Midnight Blue #000F96
Tints of New Midnight Blue #000F96
RGB
CMYK
RGB Variations
Color information
#000F96 (or 0x000F96) is known color: New Midnight Blue. HEX triplet: 00, 0F and 96. RGB value is (0,15,150). Sum of RGB (Red+Green+Blue) = 0+15+150=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 150 (58.98% from 255 or 90.91% from 165); Max value from RGB is 150 - color contains mainly: blue. Hex color #000F96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F96 is #FFF069. Grayscale: #191919. Windows color (decimal): -16773226 or 9834240. OLE color: 9834240.
HSL color Cylindrical-coordinate representation of color #000F96: hue angle of 234º 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 #000F96 is Cyan = 1, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 15 | 150 | - |
| CMYK | 1 | 0.9 | 0 | 0.41 |
| HSL | 234º | 1% | 0.29% | - |
| HSV(B) | 234º | 1% | 0.59% | - |
| XYZ | 5.68 | 2.54 | 29.05 | - |
| YUV | 25.91 | 198.03 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 150 | 1 | 0.9 | 0 | 0.41 | 234 | 1 | 0.29 |
| Hex | 0 | F | 96 | 64 | 5A | 0 | 29 | EA | 64 | 1D |
| Octal | 0 | 17 | 226 | 144 | 132 | 0 | 51 | 352 | 144 | 35 |
| Binary | 0 | 1111 | 10010110 | 1100100 | 1011010 | 0 | 101001 | 11101010 | 1100100 | 11101 |
Color Harmonies of #000F96
Complementary color
Monochromatic Colors of #000F96
Black with #000F96
Text Example
Text Example
White with #000F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F96; }
p { color: rgb(0,15,150); }
H1.HeaderClassName
{
color: #000F96;
}
.AnyTagClassName
{
color: #000F96;
}
</style>
background-color css
<style>
a { background-color: #000F96; }
a { background-color: rgb(0,15,150); }
div.DivClassName
{
background-color: #000F96;
}
.BgClassName
{
background-color: #000F96;
}
</style>
border-color css
<style>
span { border-color: #000F96; }
span { border-color: rgb(0,15,150); }
td.TdClassName
{
border-color: #000F96;
}
.TagClassName
{
border-color: #000F96;
}
</style>