Shades of Midnight Express #0F1039
Tints of Midnight Express #0F1039
RGB
CMYK
RGB Variations
Color information
#0F1039 (or 0x0F1039) is known color: Midnight Express. HEX triplet: 0F, 10 and 39. RGB value is (15,16,57). Sum of RGB (Red+Green+Blue) = 15+16+57=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1039 is #F0EFC6. Grayscale: #141414. Windows color (decimal): -15790023 or 3739663. OLE color: 3739663.
HSL color Cylindrical-coordinate representation of color #0F1039: hue angle of 238.57º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F1039 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 16 | 57 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.78 |
| HSL | 238.57º | 0.58% | 0.14% | - |
| HSV(B) | 238.57º | 0.74% | 0.22% | - |
| XYZ | 1.12 | 0.77 | 3.96 | - |
| YUV | 20.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 57 | 0.74 | 0.72 | 0 | 0.78 | 238.57 | 0.58 | 0.14 |
| Hex | F | 10 | 39 | 4A | 48 | 0 | 4E | EF | 3A | E |
| Octal | 17 | 20 | 71 | 112 | 110 | 0 | 116 | 357 | 72 | 16 |
| Binary | 1111 | 10000 | 111001 | 1001010 | 1001000 | 0 | 1001110 | 11101111 | 111010 | 1110 |
Color Harmonies of #0F1039
Complementary color
Monochromatic Colors of #0F1039
Black with #0F1039
Text Example
Text Example
White with #0F1039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1039; }
p { color: rgb(15,16,57); }
H1.HeaderClassName
{
color: #0F1039;
}
.AnyTagClassName
{
color: #0F1039;
}
</style>
background-color css
<style>
a { background-color: #0F1039; }
a { background-color: rgb(15,16,57); }
div.DivClassName
{
background-color: #0F1039;
}
.BgClassName
{
background-color: #0F1039;
}
</style>
border-color css
<style>
span { border-color: #0F1039; }
span { border-color: rgb(15,16,57); }
td.TdClassName
{
border-color: #0F1039;
}
.TagClassName
{
border-color: #0F1039;
}
</style>