Shades of New Midnight Blue #000F94
Tints of New Midnight Blue #000F94
RGB
CMYK
RGB Variations
Color information
#000F94 (or 0x000F94) is known color: New Midnight Blue. HEX triplet: 00, 0F and 94. RGB value is (0,15,148). Sum of RGB (Red+Green+Blue) = 0+15+148=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #000F94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F94 is #FFF06B. Grayscale: #191919. Windows color (decimal): -16773228 or 9703168. OLE color: 9703168.
HSL color Cylindrical-coordinate representation of color #000F94: hue angle of 233.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F94 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 15 | 148 | - |
| CMYK | 1 | 0.90 | 0 | 0.42 |
| HSL | 233.92º | 1% | 0.29% | - |
| HSV(B) | 233.92º | 1% | 0.58% | - |
| XYZ | 5.52 | 2.48 | 28.2 | - |
| YUV | 25.68 | 197.03 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 148 | 1 | 0.90 | 0 | 0.42 | 233.92 | 1 | 0.29 |
| Hex | 0 | F | 94 | 64 | 5A | 0 | 2A | EA | 64 | 1D |
| Octal | 0 | 17 | 224 | 144 | 132 | 0 | 52 | 352 | 144 | 35 |
| Binary | 0 | 1111 | 10010100 | 1100100 | 1011010 | 0 | 101010 | 11101010 | 1100100 | 11101 |
Color Harmonies of #000F94
Complementary color
Monochromatic Colors of #000F94
Black with #000F94
Text Example
Text Example
White with #000F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F94; }
p { color: rgb(0,15,148); }
H1.HeaderClassName
{
color: #000F94;
}
.AnyTagClassName
{
color: #000F94;
}
</style>
background-color css
<style>
a { background-color: #000F94; }
a { background-color: rgb(0,15,148); }
div.DivClassName
{
background-color: #000F94;
}
.BgClassName
{
background-color: #000F94;
}
</style>
border-color css
<style>
span { border-color: #000F94; }
span { border-color: rgb(0,15,148); }
td.TdClassName
{
border-color: #000F94;
}
.TagClassName
{
border-color: #000F94;
}
</style>