Shades of Midnight Express #0F0E3C
Tints of Midnight Express #0F0E3C
RGB
CMYK
RGB Variations
Color information
#0F0E3C (or 0x0F0E3C) is known color: Midnight Express. HEX triplet: 0F, 0E and 3C. RGB value is (15,14,60). Sum of RGB (Red+Green+Blue) = 15+14+60=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F0E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E3C is #F0F1C3. Grayscale: #131313. Windows color (decimal): -15790532 or 3935759. OLE color: 3935759.
HSL color Cylindrical-coordinate representation of color #0F0E3C: hue angle of 241.3º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F0E3C is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 14 | 60 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.76 |
| HSL | 241.3º | 0.62% | 0.15% | - |
| HSV(B) | 241.3º | 0.77% | 0.24% | - |
| XYZ | 1.17 | 0.74 | 4.36 | - |
| YUV | 19.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 60 | 0.75 | 0.77 | 0 | 0.76 | 241.3 | 0.62 | 0.15 |
| Hex | F | E | 3C | 4B | 4D | 0 | 4C | F1 | 3E | F |
| Octal | 17 | 16 | 74 | 113 | 115 | 0 | 114 | 361 | 76 | 17 |
| Binary | 1111 | 1110 | 111100 | 1001011 | 1001101 | 0 | 1001100 | 11110001 | 111110 | 1111 |
Color Harmonies of #0F0E3C
Complementary color
Monochromatic Colors of #0F0E3C
Black with #0F0E3C
Text Example
Text Example
White with #0F0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E3C; }
p { color: rgb(15,14,60); }
H1.HeaderClassName
{
color: #0F0E3C;
}
.AnyTagClassName
{
color: #0F0E3C;
}
</style>
background-color css
<style>
a { background-color: #0F0E3C; }
a { background-color: rgb(15,14,60); }
div.DivClassName
{
background-color: #0F0E3C;
}
.BgClassName
{
background-color: #0F0E3C;
}
</style>
border-color css
<style>
span { border-color: #0F0E3C; }
span { border-color: rgb(15,14,60); }
td.TdClassName
{
border-color: #0F0E3C;
}
.TagClassName
{
border-color: #0F0E3C;
}
</style>