Shades of Midnight Blue #0F014F
Tints of Midnight Blue #0F014F
RGB
CMYK
RGB Variations
Color information
#0F014F (or 0x0F014F) is known color: Midnight Blue. HEX triplet: 0F, 01 and 4F. RGB value is (15,1,79). Sum of RGB (Red+Green+Blue) = 15+1+79=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F014F is #F0FEB0. Grayscale: #0D0D0D. Windows color (decimal): -15793841 or 5177615. OLE color: 5177615.
HSL color Cylindrical-coordinate representation of color #0F014F: hue angle of 250.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F014F is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 1 | 79 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.69 |
| HSL | 250.77º | 0.98% | 0.16% | - |
| HSV(B) | 250.77º | 0.99% | 0.31% | - |
| XYZ | 1.62 | 0.69 | 7.44 | - |
| YUV | 14.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 79 | 0.81 | 0.99 | 0 | 0.69 | 250.77 | 0.98 | 0.16 |
| Hex | F | 1 | 4F | 51 | 63 | 0 | 45 | FB | 62 | 10 |
| Octal | 17 | 1 | 117 | 121 | 143 | 0 | 105 | 373 | 142 | 20 |
| Binary | 1111 | 1 | 1001111 | 1010001 | 1100011 | 0 | 1000101 | 11111011 | 1100010 | 10000 |
Color Harmonies of #0F014F
Complementary color
Monochromatic Colors of #0F014F
Black with #0F014F
Text Example
Text Example
White with #0F014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F014F; }
p { color: rgb(15,1,79); }
H1.HeaderClassName
{
color: #0F014F;
}
.AnyTagClassName
{
color: #0F014F;
}
</style>
background-color css
<style>
a { background-color: #0F014F; }
a { background-color: rgb(15,1,79); }
div.DivClassName
{
background-color: #0F014F;
}
.BgClassName
{
background-color: #0F014F;
}
</style>
border-color css
<style>
span { border-color: #0F014F; }
span { border-color: rgb(15,1,79); }
td.TdClassName
{
border-color: #0F014F;
}
.TagClassName
{
border-color: #0F014F;
}
</style>