Shades of New Midnight Blue #000F99
Tints of New Midnight Blue #000F99
RGB
CMYK
RGB Variations
Color information
#000F99 (or 0x000F99) is known color: New Midnight Blue. HEX triplet: 00, 0F and 99. RGB value is (0,15,153). Sum of RGB (Red+Green+Blue) = 0+15+153=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 153 (60.16% from 255 or 91.07% from 168); Max value from RGB is 153 - color contains mainly: blue. Hex color #000F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F99 is #FFF066. Grayscale: #191919. Windows color (decimal): -16773223 or 10030848. OLE color: 10030848.
HSL color Cylindrical-coordinate representation of color #000F99: hue angle of 234.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F99 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 15 | 153 | - |
| CMYK | 1 | 0.90 | 0 | 0.4 |
| HSL | 234.12º | 1% | 0.3% | - |
| HSV(B) | 234.12º | 1% | 0.6% | - |
| XYZ | 5.92 | 2.64 | 30.33 | - |
| YUV | 26.25 | 199.53 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 153 | 1 | 0.90 | 0 | 0.4 | 234.12 | 1 | 0.3 |
| Hex | 0 | F | 99 | 64 | 5A | 0 | 28 | EA | 64 | 1E |
| Octal | 0 | 17 | 231 | 144 | 132 | 0 | 50 | 352 | 144 | 36 |
| Binary | 0 | 1111 | 10011001 | 1100100 | 1011010 | 0 | 101000 | 11101010 | 1100100 | 11110 |
Color Harmonies of #000F99
Complementary color
Monochromatic Colors of #000F99
Black with #000F99
Text Example
Text Example
White with #000F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F99; }
p { color: rgb(0,15,153); }
H1.HeaderClassName
{
color: #000F99;
}
.AnyTagClassName
{
color: #000F99;
}
</style>
background-color css
<style>
a { background-color: #000F99; }
a { background-color: rgb(0,15,153); }
div.DivClassName
{
background-color: #000F99;
}
.BgClassName
{
background-color: #000F99;
}
</style>
border-color css
<style>
span { border-color: #000F99; }
span { border-color: rgb(0,15,153); }
td.TdClassName
{
border-color: #000F99;
}
.TagClassName
{
border-color: #000F99;
}
</style>