Shades of Midnight Express #041445
Tints of Midnight Express #041445
RGB
CMYK
RGB Variations
Color information
#041445 (or 0x041445) is known color: Midnight Express. HEX triplet: 04, 14 and 45. RGB value is (4,20,69). Sum of RGB (Red+Green+Blue) = 4+20+69=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 20 (8.20% from 255 or 21.51% 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 #041445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041445 is #FBEBBA. Grayscale: #141414. Windows color (decimal): -16509883 or 4527108. OLE color: 4527108.
HSL color Cylindrical-coordinate representation of color #041445: hue angle of 225.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041445 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 20 | 69 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.73 |
| HSL | 225.23º | 0.89% | 0.14% | - |
| HSV(B) | 225.23º | 0.94% | 0.27% | - |
| XYZ | 1.37 | 0.96 | 5.74 | - |
| YUV | 20.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 69 | 0.94 | 0.71 | 0 | 0.73 | 225.23 | 0.89 | 0.14 |
| Hex | 4 | 14 | 45 | 5E | 47 | 0 | 49 | E1 | 59 | E |
| Octal | 4 | 24 | 105 | 136 | 107 | 0 | 111 | 341 | 131 | 16 |
| Binary | 100 | 10100 | 1000101 | 1011110 | 1000111 | 0 | 1001001 | 11100001 | 1011001 | 1110 |
Color Harmonies of #041445
Complementary color
Monochromatic Colors of #041445
Black with #041445
Text Example
Text Example
White with #041445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041445; }
p { color: rgb(4,20,69); }
H1.HeaderClassName
{
color: #041445;
}
.AnyTagClassName
{
color: #041445;
}
</style>
background-color css
<style>
a { background-color: #041445; }
a { background-color: rgb(4,20,69); }
div.DivClassName
{
background-color: #041445;
}
.BgClassName
{
background-color: #041445;
}
</style>
border-color css
<style>
span { border-color: #041445; }
span { border-color: rgb(4,20,69); }
td.TdClassName
{
border-color: #041445;
}
.TagClassName
{
border-color: #041445;
}
</style>