Shades of Midnight Express #031442
Tints of Midnight Express #031442
RGB
CMYK
RGB Variations
Color information
#031442 (or 0x031442) is known color: Midnight Express. HEX triplet: 03, 14 and 42. RGB value is (3,20,66). Sum of RGB (Red+Green+Blue) = 3+20+66=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 66 (26.17% from 255 or 74.16% from 89); Max value from RGB is 66 - color contains mainly: blue. Hex color #031442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031442 is #FCEBBD. Grayscale: #131313. Windows color (decimal): -16575422 or 4330499. OLE color: 4330499.
HSL color Cylindrical-coordinate representation of color #031442: hue angle of 223.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031442 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 20 | 66 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.74 |
| HSL | 223.81º | 0.91% | 0.14% | - |
| HSV(B) | 223.81º | 0.95% | 0.26% | - |
| XYZ | 1.27 | 0.91 | 5.26 | - |
| YUV | 20.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 66 | 0.95 | 0.70 | 0 | 0.74 | 223.81 | 0.91 | 0.14 |
| Hex | 3 | 14 | 42 | 5F | 46 | 0 | 4A | E0 | 5B | E |
| Octal | 3 | 24 | 102 | 137 | 106 | 0 | 112 | 340 | 133 | 16 |
| Binary | 11 | 10100 | 1000010 | 1011111 | 1000110 | 0 | 1001010 | 11100000 | 1011011 | 1110 |
Color Harmonies of #031442
Complementary color
Monochromatic Colors of #031442
Black with #031442
Text Example
Text Example
White with #031442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031442; }
p { color: rgb(3,20,66); }
H1.HeaderClassName
{
color: #031442;
}
.AnyTagClassName
{
color: #031442;
}
</style>
background-color css
<style>
a { background-color: #031442; }
a { background-color: rgb(3,20,66); }
div.DivClassName
{
background-color: #031442;
}
.BgClassName
{
background-color: #031442;
}
</style>
border-color css
<style>
span { border-color: #031442; }
span { border-color: rgb(3,20,66); }
td.TdClassName
{
border-color: #031442;
}
.TagClassName
{
border-color: #031442;
}
</style>