Shades of Midnight Express #031A44
Tints of Midnight Express #031A44
RGB
CMYK
RGB Variations
Color information
#031A44 (or 0x031A44) is known color: Midnight Express. HEX triplet: 03, 1A and 44. RGB value is (3,26,68). Sum of RGB (Red+Green+Blue) = 3+26+68=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 68 (26.95% from 255 or 70.10% from 97); Max value from RGB is 68 - color contains mainly: blue. Hex color #031A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A44 is #FCE5BB. Grayscale: #171717. Windows color (decimal): -16573884 or 4463107. OLE color: 4463107.
HSL color Cylindrical-coordinate representation of color #031A44: hue angle of 218.77º 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 #031A44 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 26 | 68 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.73 |
| HSL | 218.77º | 0.92% | 0.14% | - |
| HSV(B) | 218.77º | 0.96% | 0.27% | - |
| XYZ | 1.45 | 1.18 | 5.62 | - |
| YUV | 23.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 68 | 0.96 | 0.62 | 0 | 0.73 | 218.77 | 0.92 | 0.14 |
| Hex | 3 | 1A | 44 | 60 | 3E | 0 | 49 | DB | 5C | E |
| Octal | 3 | 32 | 104 | 140 | 76 | 0 | 111 | 333 | 134 | 16 |
| Binary | 11 | 11010 | 1000100 | 1100000 | 111110 | 0 | 1001001 | 11011011 | 1011100 | 1110 |
Color Harmonies of #031A44
Complementary color
Monochromatic Colors of #031A44
Black with #031A44
Text Example
Text Example
White with #031A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A44; }
p { color: rgb(3,26,68); }
H1.HeaderClassName
{
color: #031A44;
}
.AnyTagClassName
{
color: #031A44;
}
</style>
background-color css
<style>
a { background-color: #031A44; }
a { background-color: rgb(3,26,68); }
div.DivClassName
{
background-color: #031A44;
}
.BgClassName
{
background-color: #031A44;
}
</style>
border-color css
<style>
span { border-color: #031A44; }
span { border-color: rgb(3,26,68); }
td.TdClassName
{
border-color: #031A44;
}
.TagClassName
{
border-color: #031A44;
}
</style>