Shades of Midnight Express #0F1A31
Tints of Midnight Express #0F1A31
RGB
CMYK
RGB Variations
Color information
#0F1A31 (or 0x0F1A31) is known color: Midnight Express. HEX triplet: 0F, 1A and 31. RGB value is (15,26,49). Sum of RGB (Red+Green+Blue) = 15+26+49=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A31 is #F0E5CE. Grayscale: #191919. Windows color (decimal): -15787471 or 3217935. OLE color: 3217935.
HSL color Cylindrical-coordinate representation of color #0F1A31: hue angle of 220.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1A31 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 26 | 49 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.81 |
| HSL | 220.59º | 0.53% | 0.13% | - |
| HSV(B) | 220.59º | 0.69% | 0.19% | - |
| XYZ | 1.12 | 1.06 | 3.05 | - |
| YUV | 25.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 49 | 0.69 | 0.47 | 0 | 0.81 | 220.59 | 0.53 | 0.13 |
| Hex | F | 1A | 31 | 45 | 2F | 0 | 51 | DD | 35 | D |
| Octal | 17 | 32 | 61 | 105 | 57 | 0 | 121 | 335 | 65 | 15 |
| Binary | 1111 | 11010 | 110001 | 1000101 | 101111 | 0 | 1010001 | 11011101 | 110101 | 1101 |
Color Harmonies of #0F1A31
Complementary color
Monochromatic Colors of #0F1A31
Black with #0F1A31
Text Example
Text Example
White with #0F1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A31; }
p { color: rgb(15,26,49); }
H1.HeaderClassName
{
color: #0F1A31;
}
.AnyTagClassName
{
color: #0F1A31;
}
</style>
background-color css
<style>
a { background-color: #0F1A31; }
a { background-color: rgb(15,26,49); }
div.DivClassName
{
background-color: #0F1A31;
}
.BgClassName
{
background-color: #0F1A31;
}
</style>
border-color css
<style>
span { border-color: #0F1A31; }
span { border-color: rgb(15,26,49); }
td.TdClassName
{
border-color: #0F1A31;
}
.TagClassName
{
border-color: #0F1A31;
}
</style>