Shades of Midnight Express #0F1D46
Tints of Midnight Express #0F1D46
RGB
CMYK
RGB Variations
Color information
#0F1D46 (or 0x0F1D46) is known color: Midnight Express. HEX triplet: 0F, 1D and 46. RGB value is (15,29,70). Sum of RGB (Red+Green+Blue) = 15+29+70=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F1D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D46 is #F0E2B9. Grayscale: #1D1D1D. Windows color (decimal): -15786682 or 4594959. OLE color: 4594959.
HSL color Cylindrical-coordinate representation of color #0F1D46: hue angle of 224.73º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1D46 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 29 | 70 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.73 |
| HSL | 224.73º | 0.65% | 0.17% | - |
| HSV(B) | 224.73º | 0.79% | 0.27% | - |
| XYZ | 1.74 | 1.42 | 5.98 | - |
| YUV | 29.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 70 | 0.79 | 0.59 | 0 | 0.73 | 224.73 | 0.65 | 0.17 |
| Hex | F | 1D | 46 | 4F | 3B | 0 | 49 | E1 | 41 | 11 |
| Octal | 17 | 35 | 106 | 117 | 73 | 0 | 111 | 341 | 101 | 21 |
| Binary | 1111 | 11101 | 1000110 | 1001111 | 111011 | 0 | 1001001 | 11100001 | 1000001 | 10001 |
Color Harmonies of #0F1D46
Complementary color
Monochromatic Colors of #0F1D46
Black with #0F1D46
Text Example
Text Example
White with #0F1D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D46; }
p { color: rgb(15,29,70); }
H1.HeaderClassName
{
color: #0F1D46;
}
.AnyTagClassName
{
color: #0F1D46;
}
</style>
background-color css
<style>
a { background-color: #0F1D46; }
a { background-color: rgb(15,29,70); }
div.DivClassName
{
background-color: #0F1D46;
}
.BgClassName
{
background-color: #0F1D46;
}
</style>
border-color css
<style>
span { border-color: #0F1D46; }
span { border-color: rgb(15,29,70); }
td.TdClassName
{
border-color: #0F1D46;
}
.TagClassName
{
border-color: #0F1D46;
}
</style>