Shades of Midnight Express #04023B
Tints of Midnight Express #04023B
RGB
CMYK
RGB Variations
Color information
#04023B (or 0x04023B) is known color: Midnight Express. HEX triplet: 04, 02 and 3B. RGB value is (4,2,59). Sum of RGB (Red+Green+Blue) = 4+2+59=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 59 (23.44% from 255 or 90.77% from 65); Max value from RGB is 59 - color contains mainly: blue. Hex color #04023B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04023B is #FBFDC4. Grayscale: #080808. Windows color (decimal): -16514501 or 3867140. OLE color: 3867140.
HSL color Cylindrical-coordinate representation of color #04023B: hue angle of 242.11º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04023B is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 2 | 59 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.77 |
| HSL | 242.11º | 0.93% | 0.12% | - |
| HSV(B) | 242.11º | 0.97% | 0.23% | - |
| XYZ | 0.86 | 0.38 | 4.17 | - |
| YUV | 9.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 59 | 0.93 | 0.97 | 0 | 0.77 | 242.11 | 0.93 | 0.12 |
| Hex | 4 | 2 | 3B | 5D | 61 | 0 | 4D | F2 | 5D | C |
| Octal | 4 | 2 | 73 | 135 | 141 | 0 | 115 | 362 | 135 | 14 |
| Binary | 100 | 10 | 111011 | 1011101 | 1100001 | 0 | 1001101 | 11110010 | 1011101 | 1100 |
Color Harmonies of #04023B
Complementary color
Monochromatic Colors of #04023B
Black with #04023B
Text Example
Text Example
White with #04023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04023B; }
p { color: rgb(4,2,59); }
H1.HeaderClassName
{
color: #04023B;
}
.AnyTagClassName
{
color: #04023B;
}
</style>
background-color css
<style>
a { background-color: #04023B; }
a { background-color: rgb(4,2,59); }
div.DivClassName
{
background-color: #04023B;
}
.BgClassName
{
background-color: #04023B;
}
</style>
border-color css
<style>
span { border-color: #04023B; }
span { border-color: rgb(4,2,59); }
td.TdClassName
{
border-color: #04023B;
}
.TagClassName
{
border-color: #04023B;
}
</style>