Shades of Midnight Blue #0F004F
Tints of Midnight Blue #0F004F
RGB
CMYK
RGB Variations
Color information
#0F004F (or 0x0F004F) is known color: Midnight Blue. HEX triplet: 0F, 00 and 4F. RGB value is (15,0,79). Sum of RGB (Red+Green+Blue) = 15+0+79=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F004F is #F0FFB0. Grayscale: #0D0D0D. Windows color (decimal): -15794097 or 5177359. OLE color: 5177359.
HSL color Cylindrical-coordinate representation of color #0F004F: hue angle of 251.39º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F004F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 0 | 79 | - |
| CMYK | 0.81 | 1 | 0 | 0.69 |
| HSL | 251.39º | 1% | 0.15% | - |
| HSV(B) | 251.39º | 1% | 0.31% | - |
| XYZ | 1.61 | 0.67 | 7.44 | - |
| YUV | 13.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 79 | 0.81 | 1 | 0 | 0.69 | 251.39 | 1 | 0.15 |
| Hex | F | 0 | 4F | 51 | 64 | 0 | 45 | FB | 64 | F |
| Octal | 17 | 0 | 117 | 121 | 144 | 0 | 105 | 373 | 144 | 17 |
| Binary | 1111 | 0 | 1001111 | 1010001 | 1100100 | 0 | 1000101 | 11111011 | 1100100 | 1111 |
Color Harmonies of #0F004F
Complementary color
Monochromatic Colors of #0F004F
Black with #0F004F
Text Example
Text Example
White with #0F004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F004F; }
p { color: rgb(15,0,79); }
H1.HeaderClassName
{
color: #0F004F;
}
.AnyTagClassName
{
color: #0F004F;
}
</style>
background-color css
<style>
a { background-color: #0F004F; }
a { background-color: rgb(15,0,79); }
div.DivClassName
{
background-color: #0F004F;
}
.BgClassName
{
background-color: #0F004F;
}
</style>
border-color css
<style>
span { border-color: #0F004F; }
span { border-color: rgb(15,0,79); }
td.TdClassName
{
border-color: #0F004F;
}
.TagClassName
{
border-color: #0F004F;
}
</style>