Shades of Midnight Express #0F1E4D
Tints of Midnight Express #0F1E4D
RGB
CMYK
RGB Variations
Color information
#0F1E4D (or 0x0F1E4D) is known color: Midnight Express. HEX triplet: 0F, 1E and 4D. RGB value is (15,30,77). Sum of RGB (Red+Green+Blue) = 15+30+77=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F1E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1E4D is #F0E1B2. Grayscale: #1E1E1E. Windows color (decimal): -15786419 or 5053967. OLE color: 5053967.
HSL color Cylindrical-coordinate representation of color #0F1E4D: hue angle of 225.48º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1E4D is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 30 | 77 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.70 |
| HSL | 225.48º | 0.67% | 0.18% | - |
| HSV(B) | 225.48º | 0.81% | 0.3% | - |
| XYZ | 2 | 1.57 | 7.22 | - |
| YUV | 30.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 77 | 0.81 | 0.61 | 0 | 0.70 | 225.48 | 0.67 | 0.18 |
| Hex | F | 1E | 4D | 51 | 3D | 0 | 46 | E1 | 43 | 12 |
| Octal | 17 | 36 | 115 | 121 | 75 | 0 | 106 | 341 | 103 | 22 |
| Binary | 1111 | 11110 | 1001101 | 1010001 | 111101 | 0 | 1000110 | 11100001 | 1000011 | 10010 |
Color Harmonies of #0F1E4D
Complementary color
Monochromatic Colors of #0F1E4D
Black with #0F1E4D
Text Example
Text Example
White with #0F1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E4D; }
p { color: rgb(15,30,77); }
H1.HeaderClassName
{
color: #0F1E4D;
}
.AnyTagClassName
{
color: #0F1E4D;
}
</style>
background-color css
<style>
a { background-color: #0F1E4D; }
a { background-color: rgb(15,30,77); }
div.DivClassName
{
background-color: #0F1E4D;
}
.BgClassName
{
background-color: #0F1E4D;
}
</style>
border-color css
<style>
span { border-color: #0F1E4D; }
span { border-color: rgb(15,30,77); }
td.TdClassName
{
border-color: #0F1E4D;
}
.TagClassName
{
border-color: #0F1E4D;
}
</style>