Shades of Midnight Express #031245
Tints of Midnight Express #031245
RGB
CMYK
RGB Variations
Color information
#031245 (or 0x031245) is known color: Midnight Express. HEX triplet: 03, 12 and 45. RGB value is (3,18,69). Sum of RGB (Red+Green+Blue) = 3+18+69=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 69 (27.34% from 255 or 76.67% from 90); Max value from RGB is 69 - color contains mainly: blue. Hex color #031245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031245 is #FCEDBA. Grayscale: #131313. Windows color (decimal): -16575931 or 4526595. OLE color: 4526595.
HSL color Cylindrical-coordinate representation of color #031245: hue angle of 226.36º 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 #031245 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 18 | 69 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.73 |
| HSL | 226.36º | 0.92% | 0.14% | - |
| HSV(B) | 226.36º | 0.96% | 0.27% | - |
| XYZ | 1.33 | 0.88 | 5.73 | - |
| YUV | 19.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 69 | 0.96 | 0.74 | 0 | 0.73 | 226.36 | 0.92 | 0.14 |
| Hex | 3 | 12 | 45 | 60 | 4A | 0 | 49 | E2 | 5C | E |
| Octal | 3 | 22 | 105 | 140 | 112 | 0 | 111 | 342 | 134 | 16 |
| Binary | 11 | 10010 | 1000101 | 1100000 | 1001010 | 0 | 1001001 | 11100010 | 1011100 | 1110 |
Color Harmonies of #031245
Complementary color
Monochromatic Colors of #031245
Black with #031245
Text Example
Text Example
White with #031245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031245; }
p { color: rgb(3,18,69); }
H1.HeaderClassName
{
color: #031245;
}
.AnyTagClassName
{
color: #031245;
}
</style>
background-color css
<style>
a { background-color: #031245; }
a { background-color: rgb(3,18,69); }
div.DivClassName
{
background-color: #031245;
}
.BgClassName
{
background-color: #031245;
}
</style>
border-color css
<style>
span { border-color: #031245; }
span { border-color: rgb(3,18,69); }
td.TdClassName
{
border-color: #031245;
}
.TagClassName
{
border-color: #031245;
}
</style>