Shades of Midnight Express #031146
Tints of Midnight Express #031146
RGB
CMYK
RGB Variations
Color information
#031146 (or 0x031146) is known color: Midnight Express. HEX triplet: 03, 11 and 46. RGB value is (3,17,70). Sum of RGB (Red+Green+Blue) = 3+17+70=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #031146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031146 is #FCEEB9. Grayscale: #121212. Windows color (decimal): -16576186 or 4591875. OLE color: 4591875.
HSL color Cylindrical-coordinate representation of color #031146: hue angle of 227.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031146 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 17 | 70 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.73 |
| HSL | 227.46º | 0.92% | 0.14% | - |
| HSV(B) | 227.46º | 0.96% | 0.27% | - |
| XYZ | 1.34 | 0.86 | 5.89 | - |
| YUV | 18.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 70 | 0.96 | 0.76 | 0 | 0.73 | 227.46 | 0.92 | 0.14 |
| Hex | 3 | 11 | 46 | 60 | 4C | 0 | 49 | E3 | 5C | E |
| Octal | 3 | 21 | 106 | 140 | 114 | 0 | 111 | 343 | 134 | 16 |
| Binary | 11 | 10001 | 1000110 | 1100000 | 1001100 | 0 | 1001001 | 11100011 | 1011100 | 1110 |
Color Harmonies of #031146
Complementary color
Monochromatic Colors of #031146
Black with #031146
Text Example
Text Example
White with #031146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031146; }
p { color: rgb(3,17,70); }
H1.HeaderClassName
{
color: #031146;
}
.AnyTagClassName
{
color: #031146;
}
</style>
background-color css
<style>
a { background-color: #031146; }
a { background-color: rgb(3,17,70); }
div.DivClassName
{
background-color: #031146;
}
.BgClassName
{
background-color: #031146;
}
</style>
border-color css
<style>
span { border-color: #031146; }
span { border-color: rgb(3,17,70); }
td.TdClassName
{
border-color: #031146;
}
.TagClassName
{
border-color: #031146;
}
</style>