Shades of Midnight Express #031A42
Tints of Midnight Express #031A42
RGB
CMYK
RGB Variations
Color information
#031A42 (or 0x031A42) is known color: Midnight Express. HEX triplet: 03, 1A and 42. RGB value is (3,26,66). Sum of RGB (Red+Green+Blue) = 3+26+66=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #031A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A42 is #FCE5BD. Grayscale: #171717. Windows color (decimal): -16573886 or 4332035. OLE color: 4332035.
HSL color Cylindrical-coordinate representation of color #031A42: hue angle of 218.1º 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 #031A42 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 26 | 66 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.74 |
| HSL | 218.1º | 0.91% | 0.14% | - |
| HSV(B) | 218.1º | 0.95% | 0.26% | - |
| XYZ | 1.39 | 1.15 | 5.3 | - |
| YUV | 23.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 66 | 0.95 | 0.61 | 0 | 0.74 | 218.1 | 0.91 | 0.14 |
| Hex | 3 | 1A | 42 | 5F | 3D | 0 | 4A | DA | 5B | E |
| Octal | 3 | 32 | 102 | 137 | 75 | 0 | 112 | 332 | 133 | 16 |
| Binary | 11 | 11010 | 1000010 | 1011111 | 111101 | 0 | 1001010 | 11011010 | 1011011 | 1110 |
Color Harmonies of #031A42
Complementary color
Monochromatic Colors of #031A42
Black with #031A42
Text Example
Text Example
White with #031A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A42; }
p { color: rgb(3,26,66); }
H1.HeaderClassName
{
color: #031A42;
}
.AnyTagClassName
{
color: #031A42;
}
</style>
background-color css
<style>
a { background-color: #031A42; }
a { background-color: rgb(3,26,66); }
div.DivClassName
{
background-color: #031A42;
}
.BgClassName
{
background-color: #031A42;
}
</style>
border-color css
<style>
span { border-color: #031A42; }
span { border-color: rgb(3,26,66); }
td.TdClassName
{
border-color: #031A42;
}
.TagClassName
{
border-color: #031A42;
}
</style>