Shades of Midnight Express #0F1E45
Tints of Midnight Express #0F1E45
RGB
CMYK
RGB Variations
Color information
#0F1E45 (or 0x0F1E45) is known color: Midnight Express. HEX triplet: 0F, 1E and 45. RGB value is (15,30,69). Sum of RGB (Red+Green+Blue) = 15+30+69=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #0F1E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E45 is #F0E1BA. Grayscale: #1D1D1D. Windows color (decimal): -15786427 or 4529679. OLE color: 4529679.
HSL color Cylindrical-coordinate representation of color #0F1E45: hue angle of 223.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F1E45 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 30 | 69 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.73 |
| HSL | 223.33º | 0.64% | 0.16% | - |
| HSV(B) | 223.33º | 0.78% | 0.27% | - |
| XYZ | 1.74 | 1.46 | 5.82 | - |
| YUV | 29.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 69 | 0.78 | 0.57 | 0 | 0.73 | 223.33 | 0.64 | 0.16 |
| Hex | F | 1E | 45 | 4E | 39 | 0 | 49 | DF | 40 | 10 |
| Octal | 17 | 36 | 105 | 116 | 71 | 0 | 111 | 337 | 100 | 20 |
| Binary | 1111 | 11110 | 1000101 | 1001110 | 111001 | 0 | 1001001 | 11011111 | 1000000 | 10000 |
Color Harmonies of #0F1E45
Complementary color
Monochromatic Colors of #0F1E45
Black with #0F1E45
Text Example
Text Example
White with #0F1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E45; }
p { color: rgb(15,30,69); }
H1.HeaderClassName
{
color: #0F1E45;
}
.AnyTagClassName
{
color: #0F1E45;
}
</style>
background-color css
<style>
a { background-color: #0F1E45; }
a { background-color: rgb(15,30,69); }
div.DivClassName
{
background-color: #0F1E45;
}
.BgClassName
{
background-color: #0F1E45;
}
</style>
border-color css
<style>
span { border-color: #0F1E45; }
span { border-color: rgb(15,30,69); }
td.TdClassName
{
border-color: #0F1E45;
}
.TagClassName
{
border-color: #0F1E45;
}
</style>