Shades of Midnight Express #030540
Tints of Midnight Express #030540
RGB
CMYK
RGB Variations
Color information
#030540 (or 0x030540) is known color: Midnight Express. HEX triplet: 03, 05 and 40. RGB value is (3,5,64). Sum of RGB (Red+Green+Blue) = 3+5+64=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 64 (25.39% from 255 or 88.89% from 72); Max value from RGB is 64 - color contains mainly: blue. Hex color #030540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030540 is #FCFABF. Grayscale: #0A0A0A. Windows color (decimal): -16579264 or 4195587. OLE color: 4195587.
HSL color Cylindrical-coordinate representation of color #030540: hue angle of 238.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030540 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 5 | 64 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.75 |
| HSL | 238.03º | 0.91% | 0.13% | - |
| HSV(B) | 238.03º | 0.95% | 0.25% | - |
| XYZ | 1.02 | 0.5 | 4.89 | - |
| YUV | 11.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 64 | 0.95 | 0.92 | 0 | 0.75 | 238.03 | 0.91 | 0.13 |
| Hex | 3 | 5 | 40 | 5F | 5C | 0 | 4B | EE | 5B | D |
| Octal | 3 | 5 | 100 | 137 | 134 | 0 | 113 | 356 | 133 | 15 |
| Binary | 11 | 101 | 1000000 | 1011111 | 1011100 | 0 | 1001011 | 11101110 | 1011011 | 1101 |
Color Harmonies of #030540
Complementary color
Monochromatic Colors of #030540
Black with #030540
Text Example
Text Example
White with #030540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030540; }
p { color: rgb(3,5,64); }
H1.HeaderClassName
{
color: #030540;
}
.AnyTagClassName
{
color: #030540;
}
</style>
background-color css
<style>
a { background-color: #030540; }
a { background-color: rgb(3,5,64); }
div.DivClassName
{
background-color: #030540;
}
.BgClassName
{
background-color: #030540;
}
</style>
border-color css
<style>
span { border-color: #030540; }
span { border-color: rgb(3,5,64); }
td.TdClassName
{
border-color: #030540;
}
.TagClassName
{
border-color: #030540;
}
</style>