Shades of Midnight Express #031047
Tints of Midnight Express #031047
RGB
CMYK
RGB Variations
Color information
#031047 (or 0x031047) is known color: Midnight Express. HEX triplet: 03, 10 and 47. RGB value is (3,16,71). Sum of RGB (Red+Green+Blue) = 3+16+71=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #031047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031047 is #FCEFB8. Grayscale: #121212. Windows color (decimal): -16576441 or 4657155. OLE color: 4657155.
HSL color Cylindrical-coordinate representation of color #031047: hue angle of 228.53º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031047 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 16 | 71 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.72 |
| HSL | 228.53º | 0.92% | 0.15% | - |
| HSV(B) | 228.53º | 0.96% | 0.28% | - |
| XYZ | 1.36 | 0.84 | 6.05 | - |
| YUV | 18.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 71 | 0.96 | 0.77 | 0 | 0.72 | 228.53 | 0.92 | 0.15 |
| Hex | 3 | 10 | 47 | 60 | 4D | 0 | 48 | E5 | 5C | F |
| Octal | 3 | 20 | 107 | 140 | 115 | 0 | 110 | 345 | 134 | 17 |
| Binary | 11 | 10000 | 1000111 | 1100000 | 1001101 | 0 | 1001000 | 11100101 | 1011100 | 1111 |
Color Harmonies of #031047
Complementary color
Monochromatic Colors of #031047
Black with #031047
Text Example
Text Example
White with #031047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031047; }
p { color: rgb(3,16,71); }
H1.HeaderClassName
{
color: #031047;
}
.AnyTagClassName
{
color: #031047;
}
</style>
background-color css
<style>
a { background-color: #031047; }
a { background-color: rgb(3,16,71); }
div.DivClassName
{
background-color: #031047;
}
.BgClassName
{
background-color: #031047;
}
</style>
border-color css
<style>
span { border-color: #031047; }
span { border-color: rgb(3,16,71); }
td.TdClassName
{
border-color: #031047;
}
.TagClassName
{
border-color: #031047;
}
</style>