Shades of Midnight Blue #0F115E
Tints of Midnight Blue #0F115E
RGB
CMYK
RGB Variations
Color information
#0F115E (or 0x0F115E) is known color: Midnight Blue. HEX triplet: 0F, 11 and 5E. RGB value is (15,17,94). Sum of RGB (Red+Green+Blue) = 15+17+94=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F115E is #F0EEA1. Grayscale: #181818. Windows color (decimal): -15789730 or 6164751. OLE color: 6164751.
HSL color Cylindrical-coordinate representation of color #0F115E: hue angle of 238.48º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F115E is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 17 | 94 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.63 |
| HSL | 238.48º | 0.72% | 0.21% | - |
| HSV(B) | 238.48º | 0.84% | 0.37% | - |
| XYZ | 2.42 | 1.31 | 10.72 | - |
| YUV | 25.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 94 | 0.84 | 0.82 | 0 | 0.63 | 238.48 | 0.72 | 0.21 |
| Hex | F | 11 | 5E | 54 | 52 | 0 | 3F | EE | 48 | 15 |
| Octal | 17 | 21 | 136 | 124 | 122 | 0 | 77 | 356 | 110 | 25 |
| Binary | 1111 | 10001 | 1011110 | 1010100 | 1010010 | 0 | 111111 | 11101110 | 1001000 | 10101 |
Color Harmonies of #0F115E
Complementary color
Monochromatic Colors of #0F115E
Black with #0F115E
Text Example
Text Example
White with #0F115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F115E; }
p { color: rgb(15,17,94); }
H1.HeaderClassName
{
color: #0F115E;
}
.AnyTagClassName
{
color: #0F115E;
}
</style>
background-color css
<style>
a { background-color: #0F115E; }
a { background-color: rgb(15,17,94); }
div.DivClassName
{
background-color: #0F115E;
}
.BgClassName
{
background-color: #0F115E;
}
</style>
border-color css
<style>
span { border-color: #0F115E; }
span { border-color: rgb(15,17,94); }
td.TdClassName
{
border-color: #0F115E;
}
.TagClassName
{
border-color: #0F115E;
}
</style>