Shades of Midnight Blue #0F116A
Tints of Midnight Blue #0F116A
RGB
CMYK
RGB Variations
Color information
#0F116A (or 0x0F116A) is known color: Midnight Blue. HEX triplet: 0F, 11 and 6A. RGB value is (15,17,106). Sum of RGB (Red+Green+Blue) = 15+17+106=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 106 (41.80% from 255 or 76.81% from 138); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F116A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F116A is #F0EE95. Grayscale: #1A1A1A. Windows color (decimal): -15789718 or 6951183. OLE color: 6951183.
HSL color Cylindrical-coordinate representation of color #0F116A: hue angle of 238.68º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F116A is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 17 | 106 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.58 |
| HSL | 238.68º | 0.75% | 0.24% | - |
| HSV(B) | 238.68º | 0.86% | 0.42% | - |
| XYZ | 3 | 1.54 | 13.78 | - |
| YUV | 26.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 106 | 0.86 | 0.84 | 0 | 0.58 | 238.68 | 0.75 | 0.24 |
| Hex | F | 11 | 6A | 56 | 54 | 0 | 3A | EF | 4B | 18 |
| Octal | 17 | 21 | 152 | 126 | 124 | 0 | 72 | 357 | 113 | 30 |
| Binary | 1111 | 10001 | 1101010 | 1010110 | 1010100 | 0 | 111010 | 11101111 | 1001011 | 11000 |
Color Harmonies of #0F116A
Complementary color
Monochromatic Colors of #0F116A
Black with #0F116A
Text Example
Text Example
White with #0F116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F116A; }
p { color: rgb(15,17,106); }
H1.HeaderClassName
{
color: #0F116A;
}
.AnyTagClassName
{
color: #0F116A;
}
</style>
background-color css
<style>
a { background-color: #0F116A; }
a { background-color: rgb(15,17,106); }
div.DivClassName
{
background-color: #0F116A;
}
.BgClassName
{
background-color: #0F116A;
}
</style>
border-color css
<style>
span { border-color: #0F116A; }
span { border-color: rgb(15,17,106); }
td.TdClassName
{
border-color: #0F116A;
}
.TagClassName
{
border-color: #0F116A;
}
</style>