Shades of Midnight Blue #0F046D
Tints of Midnight Blue #0F046D
RGB
CMYK
RGB Variations
Color information
#0F046D (or 0x0F046D) is known color: Midnight Blue. HEX triplet: 0F, 04 and 6D. RGB value is (15,4,109). Sum of RGB (Red+Green+Blue) = 15+4+109=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F046D is #F0FB92. Grayscale: #121212. Windows color (decimal): -15793043 or 7144463. OLE color: 7144463.
HSL color Cylindrical-coordinate representation of color #0F046D: hue angle of 246.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F046D is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 4 | 109 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.57 |
| HSL | 246.29º | 0.93% | 0.22% | - |
| HSV(B) | 246.29º | 0.96% | 0.43% | - |
| XYZ | 3 | 1.29 | 14.56 | - |
| YUV | 19.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 109 | 0.86 | 0.96 | 0 | 0.57 | 246.29 | 0.93 | 0.22 |
| Hex | F | 4 | 6D | 56 | 60 | 0 | 39 | F6 | 5D | 16 |
| Octal | 17 | 4 | 155 | 126 | 140 | 0 | 71 | 366 | 135 | 26 |
| Binary | 1111 | 100 | 1101101 | 1010110 | 1100000 | 0 | 111001 | 11110110 | 1011101 | 10110 |
Color Harmonies of #0F046D
Complementary color
Monochromatic Colors of #0F046D
Black with #0F046D
Text Example
Text Example
White with #0F046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F046D; }
p { color: rgb(15,4,109); }
H1.HeaderClassName
{
color: #0F046D;
}
.AnyTagClassName
{
color: #0F046D;
}
</style>
background-color css
<style>
a { background-color: #0F046D; }
a { background-color: rgb(15,4,109); }
div.DivClassName
{
background-color: #0F046D;
}
.BgClassName
{
background-color: #0F046D;
}
</style>
border-color css
<style>
span { border-color: #0F046D; }
span { border-color: rgb(15,4,109); }
td.TdClassName
{
border-color: #0F046D;
}
.TagClassName
{
border-color: #0F046D;
}
</style>