Shades of Midnight Express #031545
Tints of Midnight Express #031545
RGB
CMYK
RGB Variations
Color information
#031545 (or 0x031545) is known color: Midnight Express. HEX triplet: 03, 15 and 45. RGB value is (3,21,69). Sum of RGB (Red+Green+Blue) = 3+21+69=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 69 (27.34% from 255 or 74.19% from 93); Max value from RGB is 69 - color contains mainly: blue. Hex color #031545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031545 is #FCEABA. Grayscale: #141414. Windows color (decimal): -16575163 or 4527363. OLE color: 4527363.
HSL color Cylindrical-coordinate representation of color #031545: hue angle of 223.64º 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 #031545 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 21 | 69 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.73 |
| HSL | 223.64º | 0.92% | 0.14% | - |
| HSV(B) | 223.64º | 0.96% | 0.27% | - |
| XYZ | 1.38 | 0.99 | 5.75 | - |
| YUV | 21.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 69 | 0.96 | 0.70 | 0 | 0.73 | 223.64 | 0.92 | 0.14 |
| Hex | 3 | 15 | 45 | 60 | 46 | 0 | 49 | E0 | 5C | E |
| Octal | 3 | 25 | 105 | 140 | 106 | 0 | 111 | 340 | 134 | 16 |
| Binary | 11 | 10101 | 1000101 | 1100000 | 1000110 | 0 | 1001001 | 11100000 | 1011100 | 1110 |
Color Harmonies of #031545
Complementary color
Monochromatic Colors of #031545
Black with #031545
Text Example
Text Example
White with #031545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031545; }
p { color: rgb(3,21,69); }
H1.HeaderClassName
{
color: #031545;
}
.AnyTagClassName
{
color: #031545;
}
</style>
background-color css
<style>
a { background-color: #031545; }
a { background-color: rgb(3,21,69); }
div.DivClassName
{
background-color: #031545;
}
.BgClassName
{
background-color: #031545;
}
</style>
border-color css
<style>
span { border-color: #031545; }
span { border-color: rgb(3,21,69); }
td.TdClassName
{
border-color: #031545;
}
.TagClassName
{
border-color: #031545;
}
</style>