Shades of Midnight Express #041945
Tints of Midnight Express #041945
RGB
CMYK
RGB Variations
Color information
#041945 (or 0x041945) is known color: Midnight Express. HEX triplet: 04, 19 and 45. RGB value is (4,25,69). Sum of RGB (Red+Green+Blue) = 4+25+69=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #041945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041945 is #FBE6BA. Grayscale: #171717. Windows color (decimal): -16508603 or 4528388. OLE color: 4528388.
HSL color Cylindrical-coordinate representation of color #041945: hue angle of 220.62º 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 #041945 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 25 | 69 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.73 |
| HSL | 220.62º | 0.89% | 0.14% | - |
| HSV(B) | 220.62º | 0.94% | 0.27% | - |
| XYZ | 1.47 | 1.15 | 5.77 | - |
| YUV | 23.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 69 | 0.94 | 0.64 | 0 | 0.73 | 220.62 | 0.89 | 0.14 |
| Hex | 4 | 19 | 45 | 5E | 40 | 0 | 49 | DD | 59 | E |
| Octal | 4 | 31 | 105 | 136 | 100 | 0 | 111 | 335 | 131 | 16 |
| Binary | 100 | 11001 | 1000101 | 1011110 | 1000000 | 0 | 1001001 | 11011101 | 1011001 | 1110 |
Color Harmonies of #041945
Complementary color
Monochromatic Colors of #041945
Black with #041945
Text Example
Text Example
White with #041945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041945; }
p { color: rgb(4,25,69); }
H1.HeaderClassName
{
color: #041945;
}
.AnyTagClassName
{
color: #041945;
}
</style>
background-color css
<style>
a { background-color: #041945; }
a { background-color: rgb(4,25,69); }
div.DivClassName
{
background-color: #041945;
}
.BgClassName
{
background-color: #041945;
}
</style>
border-color css
<style>
span { border-color: #041945; }
span { border-color: rgb(4,25,69); }
td.TdClassName
{
border-color: #041945;
}
.TagClassName
{
border-color: #041945;
}
</style>