Shades of Midnight Blue #040E67
Tints of Midnight Blue #040E67
RGB
CMYK
RGB Variations
Color information
#040E67 (or 0x040E67) is known color: Midnight Blue. HEX triplet: 04, 0E and 67. RGB value is (4,14,103). Sum of RGB (Red+Green+Blue) = 4+14+103=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #040E67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E67 is #FBF198. Grayscale: #141414. Windows color (decimal): -16511385 or 6753796. OLE color: 6753796.
HSL color Cylindrical-coordinate representation of color #040E67: hue angle of 233.94º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E67 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 14 | 103 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.60 |
| HSL | 233.94º | 0.93% | 0.21% | - |
| HSV(B) | 233.94º | 0.96% | 0.4% | - |
| XYZ | 2.66 | 1.32 | 12.95 | - |
| YUV | 21.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 103 | 0.96 | 0.86 | 0 | 0.60 | 233.94 | 0.93 | 0.21 |
| Hex | 4 | E | 67 | 60 | 56 | 0 | 3C | EA | 5D | 15 |
| Octal | 4 | 16 | 147 | 140 | 126 | 0 | 74 | 352 | 135 | 25 |
| Binary | 100 | 1110 | 1100111 | 1100000 | 1010110 | 0 | 111100 | 11101010 | 1011101 | 10101 |
Color Harmonies of #040E67
Complementary color
Monochromatic Colors of #040E67
Black with #040E67
Text Example
Text Example
White with #040E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E67; }
p { color: rgb(4,14,103); }
H1.HeaderClassName
{
color: #040E67;
}
.AnyTagClassName
{
color: #040E67;
}
</style>
background-color css
<style>
a { background-color: #040E67; }
a { background-color: rgb(4,14,103); }
div.DivClassName
{
background-color: #040E67;
}
.BgClassName
{
background-color: #040E67;
}
</style>
border-color css
<style>
span { border-color: #040E67; }
span { border-color: rgb(4,14,103); }
td.TdClassName
{
border-color: #040E67;
}
.TagClassName
{
border-color: #040E67;
}
</style>