Shades of Midnight Express #031444
Tints of Midnight Express #031444
RGB
CMYK
RGB Variations
Color information
#031444 (or 0x031444) is known color: Midnight Express. HEX triplet: 03, 14 and 44. RGB value is (3,20,68). Sum of RGB (Red+Green+Blue) = 3+20+68=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #031444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031444 is #FCEBBB. Grayscale: #141414. Windows color (decimal): -16575420 or 4461571. OLE color: 4461571.
HSL color Cylindrical-coordinate representation of color #031444: hue angle of 224.31º 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 #031444 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 20 | 68 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.73 |
| HSL | 224.31º | 0.92% | 0.14% | - |
| HSV(B) | 224.31º | 0.96% | 0.27% | - |
| XYZ | 1.33 | 0.94 | 5.58 | - |
| YUV | 20.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 68 | 0.96 | 0.71 | 0 | 0.73 | 224.31 | 0.92 | 0.14 |
| Hex | 3 | 14 | 44 | 60 | 47 | 0 | 49 | E0 | 5C | E |
| Octal | 3 | 24 | 104 | 140 | 107 | 0 | 111 | 340 | 134 | 16 |
| Binary | 11 | 10100 | 1000100 | 1100000 | 1000111 | 0 | 1001001 | 11100000 | 1011100 | 1110 |
Color Harmonies of #031444
Complementary color
Monochromatic Colors of #031444
Black with #031444
Text Example
Text Example
White with #031444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031444; }
p { color: rgb(3,20,68); }
H1.HeaderClassName
{
color: #031444;
}
.AnyTagClassName
{
color: #031444;
}
</style>
background-color css
<style>
a { background-color: #031444; }
a { background-color: rgb(3,20,68); }
div.DivClassName
{
background-color: #031444;
}
.BgClassName
{
background-color: #031444;
}
</style>
border-color css
<style>
span { border-color: #031444; }
span { border-color: rgb(3,20,68); }
td.TdClassName
{
border-color: #031444;
}
.TagClassName
{
border-color: #031444;
}
</style>