Shades of Midnight Blue #0E0F5C
Tints of Midnight Blue #0E0F5C
RGB
CMYK
RGB Variations
Color information
#0E0F5C (or 0x0E0F5C) is known color: Midnight Blue. HEX triplet: 0E, 0F and 5C. RGB value is (14,15,92). Sum of RGB (Red+Green+Blue) = 14+15+92=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E0F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0F5C is #F1F0A3. Grayscale: #171717. Windows color (decimal): -15855780 or 6033166. OLE color: 6033166.
HSL color Cylindrical-coordinate representation of color #0E0F5C: hue angle of 239.23º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E0F5C is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 15 | 92 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.64 |
| HSL | 239.23º | 0.74% | 0.21% | - |
| HSV(B) | 239.23º | 0.85% | 0.36% | - |
| XYZ | 2.28 | 1.21 | 10.24 | - |
| YUV | 23.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 92 | 0.85 | 0.84 | 0 | 0.64 | 239.23 | 0.74 | 0.21 |
| Hex | E | F | 5C | 55 | 54 | 0 | 40 | EF | 4A | 15 |
| Octal | 16 | 17 | 134 | 125 | 124 | 0 | 100 | 357 | 112 | 25 |
| Binary | 1110 | 1111 | 1011100 | 1010101 | 1010100 | 0 | 1000000 | 11101111 | 1001010 | 10101 |
Color Harmonies of #0E0F5C
Complementary color
Monochromatic Colors of #0E0F5C
Black with #0E0F5C
Text Example
Text Example
White with #0E0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F5C; }
p { color: rgb(14,15,92); }
H1.HeaderClassName
{
color: #0E0F5C;
}
.AnyTagClassName
{
color: #0E0F5C;
}
</style>
background-color css
<style>
a { background-color: #0E0F5C; }
a { background-color: rgb(14,15,92); }
div.DivClassName
{
background-color: #0E0F5C;
}
.BgClassName
{
background-color: #0E0F5C;
}
</style>
border-color css
<style>
span { border-color: #0E0F5C; }
span { border-color: rgb(14,15,92); }
td.TdClassName
{
border-color: #0E0F5C;
}
.TagClassName
{
border-color: #0E0F5C;
}
</style>