Shades of Midnight Express #031941
Tints of Midnight Express #031941
RGB
CMYK
RGB Variations
Color information
#031941 (or 0x031941) is known color: Midnight Express. HEX triplet: 03, 19 and 41. RGB value is (3,25,65). Sum of RGB (Red+Green+Blue) = 3+25+65=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #031941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031941 is #FCE6BE. Grayscale: #161616. Windows color (decimal): -16574143 or 4266243. OLE color: 4266243.
HSL color Cylindrical-coordinate representation of color #031941: hue angle of 218.71º 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 #031941 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 25 | 65 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.75 |
| HSL | 218.71º | 0.91% | 0.13% | - |
| HSV(B) | 218.71º | 0.95% | 0.25% | - |
| XYZ | 1.34 | 1.1 | 5.14 | - |
| YUV | 22.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 65 | 0.95 | 0.62 | 0 | 0.75 | 218.71 | 0.91 | 0.13 |
| Hex | 3 | 19 | 41 | 5F | 3E | 0 | 4B | DB | 5B | D |
| Octal | 3 | 31 | 101 | 137 | 76 | 0 | 113 | 333 | 133 | 15 |
| Binary | 11 | 11001 | 1000001 | 1011111 | 111110 | 0 | 1001011 | 11011011 | 1011011 | 1101 |
Color Harmonies of #031941
Complementary color
Monochromatic Colors of #031941
Black with #031941
Text Example
Text Example
White with #031941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031941; }
p { color: rgb(3,25,65); }
H1.HeaderClassName
{
color: #031941;
}
.AnyTagClassName
{
color: #031941;
}
</style>
background-color css
<style>
a { background-color: #031941; }
a { background-color: rgb(3,25,65); }
div.DivClassName
{
background-color: #031941;
}
.BgClassName
{
background-color: #031941;
}
</style>
border-color css
<style>
span { border-color: #031941; }
span { border-color: rgb(3,25,65); }
td.TdClassName
{
border-color: #031941;
}
.TagClassName
{
border-color: #031941;
}
</style>