Shades of New Midnight Blue #0F029F
Tints of New Midnight Blue #0F029F
RGB
CMYK
RGB Variations
Color information
#0F029F (or 0x0F029F) is known color: New Midnight Blue. HEX triplet: 0F, 02 and 9F. RGB value is (15,2,159). Sum of RGB (Red+Green+Blue) = 15+2+159=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F029F is #F0FD60. Grayscale: #171717. Windows color (decimal): -15793505 or 10420751. OLE color: 10420751.
HSL color Cylindrical-coordinate representation of color #0F029F: hue angle of 244.97º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F029F is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 2 | 159 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.38 |
| HSL | 244.97º | 0.98% | 0.32% | - |
| HSV(B) | 244.97º | 0.99% | 0.62% | - |
| XYZ | 6.48 | 2.65 | 32.97 | - |
| YUV | 23.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 159 | 0.91 | 0.99 | 0 | 0.38 | 244.97 | 0.98 | 0.32 |
| Hex | F | 2 | 9F | 5B | 63 | 0 | 26 | F5 | 62 | 20 |
| Octal | 17 | 2 | 237 | 133 | 143 | 0 | 46 | 365 | 142 | 40 |
| Binary | 1111 | 10 | 10011111 | 1011011 | 1100011 | 0 | 100110 | 11110101 | 1100010 | 100000 |
Color Harmonies of #0F029F
Complementary color
Monochromatic Colors of #0F029F
Black with #0F029F
Text Example
Text Example
White with #0F029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F029F; }
p { color: rgb(15,2,159); }
H1.HeaderClassName
{
color: #0F029F;
}
.AnyTagClassName
{
color: #0F029F;
}
</style>
background-color css
<style>
a { background-color: #0F029F; }
a { background-color: rgb(15,2,159); }
div.DivClassName
{
background-color: #0F029F;
}
.BgClassName
{
background-color: #0F029F;
}
</style>
border-color css
<style>
span { border-color: #0F029F; }
span { border-color: rgb(15,2,159); }
td.TdClassName
{
border-color: #0F029F;
}
.TagClassName
{
border-color: #0F029F;
}
</style>