Shades of Midnight Express #04003B
Tints of Midnight Express #04003B
RGB
CMYK
RGB Variations
Color information
#04003B (or 0x04003B) is known color: Midnight Express. HEX triplet: 04, 00 and 3B. RGB value is (4,0,59). Sum of RGB (Red+Green+Blue) = 4+0+59=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 59 (23.44% from 255 or 93.65% from 63); Max value from RGB is 59 - color contains mainly: blue. Hex color #04003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04003B is #FBFFC4. Grayscale: #070707. Windows color (decimal): -16515013 or 3866628. OLE color: 3866628.
HSL color Cylindrical-coordinate representation of color #04003B: hue angle of 244.07º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04003B is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 0 | 59 | - |
| CMYK | 0.93 | 1 | 0 | 0.77 |
| HSL | 244.07º | 1% | 0.12% | - |
| HSV(B) | 244.07º | 1% | 0.23% | - |
| XYZ | 0.84 | 0.34 | 4.16 | - |
| YUV | 7.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 59 | 0.93 | 1 | 0 | 0.77 | 244.07 | 1 | 0.12 |
| Hex | 4 | 0 | 3B | 5D | 64 | 0 | 4D | F4 | 64 | C |
| Octal | 4 | 0 | 73 | 135 | 144 | 0 | 115 | 364 | 144 | 14 |
| Binary | 100 | 0 | 111011 | 1011101 | 1100100 | 0 | 1001101 | 11110100 | 1100100 | 1100 |
Color Harmonies of #04003B
Complementary color
Monochromatic Colors of #04003B
Black with #04003B
Text Example
Text Example
White with #04003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04003B; }
p { color: rgb(4,0,59); }
H1.HeaderClassName
{
color: #04003B;
}
.AnyTagClassName
{
color: #04003B;
}
</style>
background-color css
<style>
a { background-color: #04003B; }
a { background-color: rgb(4,0,59); }
div.DivClassName
{
background-color: #04003B;
}
.BgClassName
{
background-color: #04003B;
}
</style>
border-color css
<style>
span { border-color: #04003B; }
span { border-color: rgb(4,0,59); }
td.TdClassName
{
border-color: #04003B;
}
.TagClassName
{
border-color: #04003B;
}
</style>