Shades of Midnight Express #0F1047
Tints of Midnight Express #0F1047
RGB
CMYK
RGB Variations
Color information
#0F1047 (or 0x0F1047) is known color: Midnight Express. HEX triplet: 0F, 10 and 47. RGB value is (15,16,71). Sum of RGB (Red+Green+Blue) = 15+16+71=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F1047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1047 is #F0EFB8. Grayscale: #151515. Windows color (decimal): -15790009 or 4657167. OLE color: 4657167.
HSL color Cylindrical-coordinate representation of color #0F1047: hue angle of 238.93º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1047 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 16 | 71 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.72 |
| HSL | 238.93º | 0.65% | 0.17% | - |
| HSV(B) | 238.93º | 0.79% | 0.28% | - |
| XYZ | 1.52 | 0.93 | 6.06 | - |
| YUV | 21.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 71 | 0.79 | 0.77 | 0 | 0.72 | 238.93 | 0.65 | 0.17 |
| Hex | F | 10 | 47 | 4F | 4D | 0 | 48 | EF | 41 | 11 |
| Octal | 17 | 20 | 107 | 117 | 115 | 0 | 110 | 357 | 101 | 21 |
| Binary | 1111 | 10000 | 1000111 | 1001111 | 1001101 | 0 | 1001000 | 11101111 | 1000001 | 10001 |
Color Harmonies of #0F1047
Complementary color
Monochromatic Colors of #0F1047
Black with #0F1047
Text Example
Text Example
White with #0F1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1047; }
p { color: rgb(15,16,71); }
H1.HeaderClassName
{
color: #0F1047;
}
.AnyTagClassName
{
color: #0F1047;
}
</style>
background-color css
<style>
a { background-color: #0F1047; }
a { background-color: rgb(15,16,71); }
div.DivClassName
{
background-color: #0F1047;
}
.BgClassName
{
background-color: #0F1047;
}
</style>
border-color css
<style>
span { border-color: #0F1047; }
span { border-color: rgb(15,16,71); }
td.TdClassName
{
border-color: #0F1047;
}
.TagClassName
{
border-color: #0F1047;
}
</style>