Shades of New Midnight Blue #000F98
Tints of New Midnight Blue #000F98
RGB
CMYK
RGB Variations
Color information
#000F98 (or 0x000F98) is known color: New Midnight Blue. HEX triplet: 00, 0F and 98. RGB value is (0,15,152). Sum of RGB (Red+Green+Blue) = 0+15+152=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 152 (59.77% from 255 or 91.02% from 167); Max value from RGB is 152 - color contains mainly: blue. Hex color #000F98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F98 is #FFF067. Grayscale: #191919. Windows color (decimal): -16773224 or 9965312. OLE color: 9965312.
HSL color Cylindrical-coordinate representation of color #000F98: hue angle of 234.08º 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 #000F98 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 15 | 152 | - |
| CMYK | 1 | 0.90 | 0 | 0.40 |
| HSL | 234.08º | 1% | 0.3% | - |
| HSV(B) | 234.08º | 1% | 0.6% | - |
| XYZ | 5.84 | 2.61 | 29.9 | - |
| YUV | 26.13 | 199.03 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 152 | 1 | 0.90 | 0 | 0.40 | 234.08 | 1 | 0.3 |
| Hex | 0 | F | 98 | 64 | 5A | 0 | 28 | EA | 64 | 1E |
| Octal | 0 | 17 | 230 | 144 | 132 | 0 | 50 | 352 | 144 | 36 |
| Binary | 0 | 1111 | 10011000 | 1100100 | 1011010 | 0 | 101000 | 11101010 | 1100100 | 11110 |
Color Harmonies of #000F98
Complementary color
Monochromatic Colors of #000F98
Black with #000F98
Text Example
Text Example
White with #000F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F98; }
p { color: rgb(0,15,152); }
H1.HeaderClassName
{
color: #000F98;
}
.AnyTagClassName
{
color: #000F98;
}
</style>
background-color css
<style>
a { background-color: #000F98; }
a { background-color: rgb(0,15,152); }
div.DivClassName
{
background-color: #000F98;
}
.BgClassName
{
background-color: #000F98;
}
</style>
border-color css
<style>
span { border-color: #000F98; }
span { border-color: rgb(0,15,152); }
td.TdClassName
{
border-color: #000F98;
}
.TagClassName
{
border-color: #000F98;
}
</style>