Shades of Midnight Express #031137
Tints of Midnight Express #031137
RGB
CMYK
RGB Variations
Color information
#031137 (or 0x031137) is known color: Midnight Express. HEX triplet: 03, 11 and 37. RGB value is (3,17,55). Sum of RGB (Red+Green+Blue) = 3+17+55=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #031137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031137 is #FCEEC8. Grayscale: #101010. Windows color (decimal): -16576201 or 3608835. OLE color: 3608835.
HSL color Cylindrical-coordinate representation of color #031137: hue angle of 223.85º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031137 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 17 | 55 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.78 |
| HSL | 223.85º | 0.9% | 0.11% | - |
| HSV(B) | 223.85º | 0.95% | 0.22% | - |
| XYZ | 0.93 | 0.7 | 3.7 | - |
| YUV | 17.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 55 | 0.95 | 0.69 | 0 | 0.78 | 223.85 | 0.9 | 0.11 |
| Hex | 3 | 11 | 37 | 5F | 45 | 0 | 4E | E0 | 5A | B |
| Octal | 3 | 21 | 67 | 137 | 105 | 0 | 116 | 340 | 132 | 13 |
| Binary | 11 | 10001 | 110111 | 1011111 | 1000101 | 0 | 1001110 | 11100000 | 1011010 | 1011 |
Color Harmonies of #031137
Complementary color
Monochromatic Colors of #031137
Black with #031137
Text Example
Text Example
White with #031137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031137; }
p { color: rgb(3,17,55); }
H1.HeaderClassName
{
color: #031137;
}
.AnyTagClassName
{
color: #031137;
}
</style>
background-color css
<style>
a { background-color: #031137; }
a { background-color: rgb(3,17,55); }
div.DivClassName
{
background-color: #031137;
}
.BgClassName
{
background-color: #031137;
}
</style>
border-color css
<style>
span { border-color: #031137; }
span { border-color: rgb(3,17,55); }
td.TdClassName
{
border-color: #031137;
}
.TagClassName
{
border-color: #031137;
}
</style>