Shades of Midnight Blue #0E0457
Tints of Midnight Blue #0E0457
RGB
CMYK
RGB Variations
Color information
#0E0457 (or 0x0E0457) is known color: Midnight Blue. HEX triplet: 0E, 04 and 57. RGB value is (14,4,87). Sum of RGB (Red+Green+Blue) = 14+4+87=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E0457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0457 is #F1FBA8. Grayscale: #101010. Windows color (decimal): -15858601 or 5702670. OLE color: 5702670.
HSL color Cylindrical-coordinate representation of color #0E0457: hue angle of 247.23º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0457 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 4 | 87 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.66 |
| HSL | 247.23º | 0.91% | 0.18% | - |
| HSV(B) | 247.23º | 0.95% | 0.34% | - |
| XYZ | 1.94 | 0.87 | 9.08 | - |
| YUV | 16.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 87 | 0.84 | 0.95 | 0 | 0.66 | 247.23 | 0.91 | 0.18 |
| Hex | E | 4 | 57 | 54 | 5F | 0 | 42 | F7 | 5B | 12 |
| Octal | 16 | 4 | 127 | 124 | 137 | 0 | 102 | 367 | 133 | 22 |
| Binary | 1110 | 100 | 1010111 | 1010100 | 1011111 | 0 | 1000010 | 11110111 | 1011011 | 10010 |
Color Harmonies of #0E0457
Complementary color
Monochromatic Colors of #0E0457
Black with #0E0457
Text Example
Text Example
White with #0E0457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0457; }
p { color: rgb(14,4,87); }
H1.HeaderClassName
{
color: #0E0457;
}
.AnyTagClassName
{
color: #0E0457;
}
</style>
background-color css
<style>
a { background-color: #0E0457; }
a { background-color: rgb(14,4,87); }
div.DivClassName
{
background-color: #0E0457;
}
.BgClassName
{
background-color: #0E0457;
}
</style>
border-color css
<style>
span { border-color: #0E0457; }
span { border-color: rgb(14,4,87); }
td.TdClassName
{
border-color: #0E0457;
}
.TagClassName
{
border-color: #0E0457;
}
</style>