Shades of Midnight Express #0F113D
Tints of Midnight Express #0F113D
RGB
CMYK
RGB Variations
Color information
#0F113D (or 0x0F113D) is known color: Midnight Express. HEX triplet: 0F, 11 and 3D. RGB value is (15,17,61). Sum of RGB (Red+Green+Blue) = 15+17+61=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F113D is #F0EEC2. Grayscale: #151515. Windows color (decimal): -15789763 or 4002063. OLE color: 4002063.
HSL color Cylindrical-coordinate representation of color #0F113D: hue angle of 237.39º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F113D is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 17 | 61 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.76 |
| HSL | 237.39º | 0.61% | 0.15% | - |
| HSV(B) | 237.39º | 0.75% | 0.24% | - |
| XYZ | 1.24 | 0.84 | 4.51 | - |
| YUV | 21.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 61 | 0.75 | 0.72 | 0 | 0.76 | 237.39 | 0.61 | 0.15 |
| Hex | F | 11 | 3D | 4B | 48 | 0 | 4C | ED | 3D | F |
| Octal | 17 | 21 | 75 | 113 | 110 | 0 | 114 | 355 | 75 | 17 |
| Binary | 1111 | 10001 | 111101 | 1001011 | 1001000 | 0 | 1001100 | 11101101 | 111101 | 1111 |
Color Harmonies of #0F113D
Complementary color
Monochromatic Colors of #0F113D
Black with #0F113D
Text Example
Text Example
White with #0F113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F113D; }
p { color: rgb(15,17,61); }
H1.HeaderClassName
{
color: #0F113D;
}
.AnyTagClassName
{
color: #0F113D;
}
</style>
background-color css
<style>
a { background-color: #0F113D; }
a { background-color: rgb(15,17,61); }
div.DivClassName
{
background-color: #0F113D;
}
.BgClassName
{
background-color: #0F113D;
}
</style>
border-color css
<style>
span { border-color: #0F113D; }
span { border-color: rgb(15,17,61); }
td.TdClassName
{
border-color: #0F113D;
}
.TagClassName
{
border-color: #0F113D;
}
</style>