Shades of New Midnight Blue #0F039F
Tints of New Midnight Blue #0F039F
RGB
CMYK
RGB Variations
Color information
#0F039F (or 0x0F039F) is known color: New Midnight Blue. HEX triplet: 0F, 03 and 9F. RGB value is (15,3,159). Sum of RGB (Red+Green+Blue) = 15+3+159=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F039F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F039F is #F0FC60. Grayscale: #171717. Windows color (decimal): -15793249 or 10421007. OLE color: 10421007.
HSL color Cylindrical-coordinate representation of color #0F039F: hue angle of 244.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F039F is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 3 | 159 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.38 |
| HSL | 244.62º | 0.96% | 0.32% | - |
| HSV(B) | 244.62º | 0.98% | 0.62% | - |
| XYZ | 6.49 | 2.67 | 32.97 | - |
| YUV | 24.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 159 | 0.91 | 0.98 | 0 | 0.38 | 244.62 | 0.96 | 0.32 |
| Hex | F | 3 | 9F | 5B | 62 | 0 | 26 | F5 | 60 | 20 |
| Octal | 17 | 3 | 237 | 133 | 142 | 0 | 46 | 365 | 140 | 40 |
| Binary | 1111 | 11 | 10011111 | 1011011 | 1100010 | 0 | 100110 | 11110101 | 1100000 | 100000 |
Color Harmonies of #0F039F
Complementary color
Monochromatic Colors of #0F039F
Black with #0F039F
Text Example
Text Example
White with #0F039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F039F; }
p { color: rgb(15,3,159); }
H1.HeaderClassName
{
color: #0F039F;
}
.AnyTagClassName
{
color: #0F039F;
}
</style>
background-color css
<style>
a { background-color: #0F039F; }
a { background-color: rgb(15,3,159); }
div.DivClassName
{
background-color: #0F039F;
}
.BgClassName
{
background-color: #0F039F;
}
</style>
border-color css
<style>
span { border-color: #0F039F; }
span { border-color: rgb(15,3,159); }
td.TdClassName
{
border-color: #0F039F;
}
.TagClassName
{
border-color: #0F039F;
}
</style>