Shades of Midnight Express #031140
Tints of Midnight Express #031140
RGB
CMYK
RGB Variations
Color information
#031140 (or 0x031140) is known color: Midnight Express. HEX triplet: 03, 11 and 40. RGB value is (3,17,64). Sum of RGB (Red+Green+Blue) = 3+17+64=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #031140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031140 is #FCEEBF. Grayscale: #111111. Windows color (decimal): -16576192 or 4198659. OLE color: 4198659.
HSL color Cylindrical-coordinate representation of color #031140: hue angle of 226.23º 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 #031140 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 17 | 64 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.75 |
| HSL | 226.23º | 0.91% | 0.13% | - |
| HSV(B) | 226.23º | 0.95% | 0.25% | - |
| XYZ | 1.16 | 0.79 | 4.94 | - |
| YUV | 18.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 64 | 0.95 | 0.73 | 0 | 0.75 | 226.23 | 0.91 | 0.13 |
| Hex | 3 | 11 | 40 | 5F | 49 | 0 | 4B | E2 | 5B | D |
| Octal | 3 | 21 | 100 | 137 | 111 | 0 | 113 | 342 | 133 | 15 |
| Binary | 11 | 10001 | 1000000 | 1011111 | 1001001 | 0 | 1001011 | 11100010 | 1011011 | 1101 |
Color Harmonies of #031140
Complementary color
Monochromatic Colors of #031140
Black with #031140
Text Example
Text Example
White with #031140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031140; }
p { color: rgb(3,17,64); }
H1.HeaderClassName
{
color: #031140;
}
.AnyTagClassName
{
color: #031140;
}
</style>
background-color css
<style>
a { background-color: #031140; }
a { background-color: rgb(3,17,64); }
div.DivClassName
{
background-color: #031140;
}
.BgClassName
{
background-color: #031140;
}
</style>
border-color css
<style>
span { border-color: #031140; }
span { border-color: rgb(3,17,64); }
td.TdClassName
{
border-color: #031140;
}
.TagClassName
{
border-color: #031140;
}
</style>