Shades of Midnight Express #05043B
Tints of Midnight Express #05043B
RGB
CMYK
RGB Variations
Color information
#05043B (or 0x05043B) is known color: Midnight Express. HEX triplet: 05, 04 and 3B. RGB value is (5,4,59). Sum of RGB (Red+Green+Blue) = 5+4+59=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 59 (23.44% from 255 or 86.76% from 68); Max value from RGB is 59 - color contains mainly: blue. Hex color #05043B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05043B is #FAFBC4. Grayscale: #0A0A0A. Windows color (decimal): -16448453 or 3867653. OLE color: 3867653.
HSL color Cylindrical-coordinate representation of color #05043B: hue angle of 241.09º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05043B is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 4 | 59 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.77 |
| HSL | 241.09º | 0.87% | 0.12% | - |
| HSV(B) | 241.09º | 0.93% | 0.23% | - |
| XYZ | 0.9 | 0.43 | 4.17 | - |
| YUV | 10.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 59 | 0.92 | 0.93 | 0 | 0.77 | 241.09 | 0.87 | 0.12 |
| Hex | 5 | 4 | 3B | 5C | 5D | 0 | 4D | F1 | 57 | C |
| Octal | 5 | 4 | 73 | 134 | 135 | 0 | 115 | 361 | 127 | 14 |
| Binary | 101 | 100 | 111011 | 1011100 | 1011101 | 0 | 1001101 | 11110001 | 1010111 | 1100 |
Color Harmonies of #05043B
Complementary color
Monochromatic Colors of #05043B
Black with #05043B
Text Example
Text Example
White with #05043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05043B; }
p { color: rgb(5,4,59); }
H1.HeaderClassName
{
color: #05043B;
}
.AnyTagClassName
{
color: #05043B;
}
</style>
background-color css
<style>
a { background-color: #05043B; }
a { background-color: rgb(5,4,59); }
div.DivClassName
{
background-color: #05043B;
}
.BgClassName
{
background-color: #05043B;
}
</style>
border-color css
<style>
span { border-color: #05043B; }
span { border-color: rgb(5,4,59); }
td.TdClassName
{
border-color: #05043B;
}
.TagClassName
{
border-color: #05043B;
}
</style>