Shades of Midnight Express #040F43
Tints of Midnight Express #040F43
RGB
CMYK
RGB Variations
Color information
#040F43 (or 0x040F43) is known color: Midnight Express. HEX triplet: 04, 0F and 43. RGB value is (4,15,67). Sum of RGB (Red+Green+Blue) = 4+15+67=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 67 (26.56% from 255 or 77.91% from 86); Max value from RGB is 67 - color contains mainly: blue. Hex color #040F43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F43 is #FBF0BC. Grayscale: #111111. Windows color (decimal): -16511165 or 4394756. OLE color: 4394756.
HSL color Cylindrical-coordinate representation of color #040F43: hue angle of 229.52º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040F43 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 15 | 67 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.74 |
| HSL | 229.52º | 0.89% | 0.14% | - |
| HSV(B) | 229.52º | 0.94% | 0.26% | - |
| XYZ | 1.23 | 0.77 | 5.39 | - |
| YUV | 17.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 67 | 0.94 | 0.78 | 0 | 0.74 | 229.52 | 0.89 | 0.14 |
| Hex | 4 | F | 43 | 5E | 4E | 0 | 4A | E6 | 59 | E |
| Octal | 4 | 17 | 103 | 136 | 116 | 0 | 112 | 346 | 131 | 16 |
| Binary | 100 | 1111 | 1000011 | 1011110 | 1001110 | 0 | 1001010 | 11100110 | 1011001 | 1110 |
Color Harmonies of #040F43
Complementary color
Monochromatic Colors of #040F43
Black with #040F43
Text Example
Text Example
White with #040F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F43; }
p { color: rgb(4,15,67); }
H1.HeaderClassName
{
color: #040F43;
}
.AnyTagClassName
{
color: #040F43;
}
</style>
background-color css
<style>
a { background-color: #040F43; }
a { background-color: rgb(4,15,67); }
div.DivClassName
{
background-color: #040F43;
}
.BgClassName
{
background-color: #040F43;
}
</style>
border-color css
<style>
span { border-color: #040F43; }
span { border-color: rgb(4,15,67); }
td.TdClassName
{
border-color: #040F43;
}
.TagClassName
{
border-color: #040F43;
}
</style>