Shades of Midnight Express #04013F
Tints of Midnight Express #04013F
RGB
CMYK
RGB Variations
Color information
#04013F (or 0x04013F) is known color: Midnight Express. HEX triplet: 04, 01 and 3F. RGB value is (4,1,63). Sum of RGB (Red+Green+Blue) = 4+1+63=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 63 (25% from 255 or 92.65% from 68); Max value from RGB is 63 - color contains mainly: blue. Hex color #04013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04013F is #FBFEC0. Grayscale: #080808. Windows color (decimal): -16514753 or 4129028. OLE color: 4129028.
HSL color Cylindrical-coordinate representation of color #04013F: hue angle of 242.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04013F is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 1 | 63 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.75 |
| HSL | 242.9º | 0.97% | 0.13% | - |
| HSV(B) | 242.9º | 0.98% | 0.25% | - |
| XYZ | 0.96 | 0.41 | 4.73 | - |
| YUV | 8.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 63 | 0.94 | 0.98 | 0 | 0.75 | 242.9 | 0.97 | 0.13 |
| Hex | 4 | 1 | 3F | 5E | 62 | 0 | 4B | F3 | 61 | D |
| Octal | 4 | 1 | 77 | 136 | 142 | 0 | 113 | 363 | 141 | 15 |
| Binary | 100 | 1 | 111111 | 1011110 | 1100010 | 0 | 1001011 | 11110011 | 1100001 | 1101 |
Color Harmonies of #04013F
Complementary color
Monochromatic Colors of #04013F
Black with #04013F
Text Example
Text Example
White with #04013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04013F; }
p { color: rgb(4,1,63); }
H1.HeaderClassName
{
color: #04013F;
}
.AnyTagClassName
{
color: #04013F;
}
</style>
background-color css
<style>
a { background-color: #04013F; }
a { background-color: rgb(4,1,63); }
div.DivClassName
{
background-color: #04013F;
}
.BgClassName
{
background-color: #04013F;
}
</style>
border-color css
<style>
span { border-color: #04013F; }
span { border-color: rgb(4,1,63); }
td.TdClassName
{
border-color: #04013F;
}
.TagClassName
{
border-color: #04013F;
}
</style>