Shades of Midnight Blue #0F116D
Tints of Midnight Blue #0F116D
RGB
CMYK
RGB Variations
Color information
#0F116D (or 0x0F116D) is known color: Midnight Blue. HEX triplet: 0F, 11 and 6D. RGB value is (15,17,109). Sum of RGB (Red+Green+Blue) = 15+17+109=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F116D is #F0EE92. Grayscale: #1A1A1A. Windows color (decimal): -15789715 or 7147791. OLE color: 7147791.
HSL color Cylindrical-coordinate representation of color #0F116D: hue angle of 238.72º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F116D is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 17 | 109 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.57 |
| HSL | 238.72º | 0.76% | 0.24% | - |
| HSV(B) | 238.72º | 0.86% | 0.43% | - |
| XYZ | 3.16 | 1.61 | 14.61 | - |
| YUV | 26.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 109 | 0.86 | 0.84 | 0 | 0.57 | 238.72 | 0.76 | 0.24 |
| Hex | F | 11 | 6D | 56 | 54 | 0 | 39 | EF | 4C | 18 |
| Octal | 17 | 21 | 155 | 126 | 124 | 0 | 71 | 357 | 114 | 30 |
| Binary | 1111 | 10001 | 1101101 | 1010110 | 1010100 | 0 | 111001 | 11101111 | 1001100 | 11000 |
Color Harmonies of #0F116D
Complementary color
Monochromatic Colors of #0F116D
Black with #0F116D
Text Example
Text Example
White with #0F116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F116D; }
p { color: rgb(15,17,109); }
H1.HeaderClassName
{
color: #0F116D;
}
.AnyTagClassName
{
color: #0F116D;
}
</style>
background-color css
<style>
a { background-color: #0F116D; }
a { background-color: rgb(15,17,109); }
div.DivClassName
{
background-color: #0F116D;
}
.BgClassName
{
background-color: #0F116D;
}
</style>
border-color css
<style>
span { border-color: #0F116D; }
span { border-color: rgb(15,17,109); }
td.TdClassName
{
border-color: #0F116D;
}
.TagClassName
{
border-color: #0F116D;
}
</style>