Shades of Midnight Express #05033A
Tints of Midnight Express #05033A
RGB
CMYK
RGB Variations
Color information
#05033A (or 0x05033A) is known color: Midnight Express. HEX triplet: 05, 03 and 3A. RGB value is (5,3,58). Sum of RGB (Red+Green+Blue) = 5+3+58=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 58 (23.05% from 255 or 87.88% from 66); Max value from RGB is 58 - color contains mainly: blue. Hex color #05033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05033A is #FAFCC5. Grayscale: #090909. Windows color (decimal): -16448710 or 3801861. OLE color: 3801861.
HSL color Cylindrical-coordinate representation of color #05033A: hue angle of 242.18º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05033A is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 3 | 58 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.77 |
| HSL | 242.18º | 0.9% | 0.12% | - |
| HSV(B) | 242.18º | 0.95% | 0.23% | - |
| XYZ | 0.86 | 0.4 | 4.04 | - |
| YUV | 9.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 58 | 0.91 | 0.95 | 0 | 0.77 | 242.18 | 0.9 | 0.12 |
| Hex | 5 | 3 | 3A | 5B | 5F | 0 | 4D | F2 | 5A | C |
| Octal | 5 | 3 | 72 | 133 | 137 | 0 | 115 | 362 | 132 | 14 |
| Binary | 101 | 11 | 111010 | 1011011 | 1011111 | 0 | 1001101 | 11110010 | 1011010 | 1100 |
Color Harmonies of #05033A
Complementary color
Monochromatic Colors of #05033A
Black with #05033A
Text Example
Text Example
White with #05033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05033A; }
p { color: rgb(5,3,58); }
H1.HeaderClassName
{
color: #05033A;
}
.AnyTagClassName
{
color: #05033A;
}
</style>
background-color css
<style>
a { background-color: #05033A; }
a { background-color: rgb(5,3,58); }
div.DivClassName
{
background-color: #05033A;
}
.BgClassName
{
background-color: #05033A;
}
</style>
border-color css
<style>
span { border-color: #05033A; }
span { border-color: rgb(5,3,58); }
td.TdClassName
{
border-color: #05033A;
}
.TagClassName
{
border-color: #05033A;
}
</style>