Shades of Midnight Express #04013E
Tints of Midnight Express #04013E
RGB
CMYK
RGB Variations
Color information
#04013E (or 0x04013E) is known color: Midnight Express. HEX triplet: 04, 01 and 3E. RGB value is (4,1,62). Sum of RGB (Red+Green+Blue) = 4+1+62=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 62 (24.61% from 255 or 92.54% from 67); Max value from RGB is 62 - color contains mainly: blue. Hex color #04013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04013E is #FBFEC1. Grayscale: #080808. Windows color (decimal): -16514754 or 4063492. OLE color: 4063492.
HSL color Cylindrical-coordinate representation of color #04013E: hue angle of 242.95º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04013E is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 1 | 62 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.76 |
| HSL | 242.95º | 0.97% | 0.12% | - |
| HSV(B) | 242.95º | 0.98% | 0.24% | - |
| XYZ | 0.93 | 0.4 | 4.58 | - |
| YUV | 8.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 62 | 0.94 | 0.98 | 0 | 0.76 | 242.95 | 0.97 | 0.12 |
| Hex | 4 | 1 | 3E | 5E | 62 | 0 | 4C | F3 | 61 | C |
| Octal | 4 | 1 | 76 | 136 | 142 | 0 | 114 | 363 | 141 | 14 |
| Binary | 100 | 1 | 111110 | 1011110 | 1100010 | 0 | 1001100 | 11110011 | 1100001 | 1100 |
Color Harmonies of #04013E
Complementary color
Monochromatic Colors of #04013E
Black with #04013E
Text Example
Text Example
White with #04013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04013E; }
p { color: rgb(4,1,62); }
H1.HeaderClassName
{
color: #04013E;
}
.AnyTagClassName
{
color: #04013E;
}
</style>
background-color css
<style>
a { background-color: #04013E; }
a { background-color: rgb(4,1,62); }
div.DivClassName
{
background-color: #04013E;
}
.BgClassName
{
background-color: #04013E;
}
</style>
border-color css
<style>
span { border-color: #04013E; }
span { border-color: rgb(4,1,62); }
td.TdClassName
{
border-color: #04013E;
}
.TagClassName
{
border-color: #04013E;
}
</style>