Shades of Midnight Express #040345
Tints of Midnight Express #040345
RGB
CMYK
RGB Variations
Color information
#040345 (or 0x040345) is known color: Midnight Express. HEX triplet: 04, 03 and 45. RGB value is (4,3,69). Sum of RGB (Red+Green+Blue) = 4+3+69=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #040345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040345 is #FBFCBA. Grayscale: #0A0A0A. Windows color (decimal): -16514235 or 4522756. OLE color: 4522756.
HSL color Cylindrical-coordinate representation of color #040345: hue angle of 240.91º 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 #040345 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 3 | 69 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.73 |
| HSL | 240.91º | 0.92% | 0.14% | - |
| HSV(B) | 240.91º | 0.96% | 0.27% | - |
| XYZ | 1.16 | 0.52 | 5.67 | - |
| YUV | 10.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 69 | 0.94 | 0.96 | 0 | 0.73 | 240.91 | 0.92 | 0.14 |
| Hex | 4 | 3 | 45 | 5E | 60 | 0 | 49 | F1 | 5C | E |
| Octal | 4 | 3 | 105 | 136 | 140 | 0 | 111 | 361 | 134 | 16 |
| Binary | 100 | 11 | 1000101 | 1011110 | 1100000 | 0 | 1001001 | 11110001 | 1011100 | 1110 |
Color Harmonies of #040345
Complementary color
Monochromatic Colors of #040345
Black with #040345
Text Example
Text Example
White with #040345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040345; }
p { color: rgb(4,3,69); }
H1.HeaderClassName
{
color: #040345;
}
.AnyTagClassName
{
color: #040345;
}
</style>
background-color css
<style>
a { background-color: #040345; }
a { background-color: rgb(4,3,69); }
div.DivClassName
{
background-color: #040345;
}
.BgClassName
{
background-color: #040345;
}
</style>
border-color css
<style>
span { border-color: #040345; }
span { border-color: rgb(4,3,69); }
td.TdClassName
{
border-color: #040345;
}
.TagClassName
{
border-color: #040345;
}
</style>