Shades of Midnight Express #040F3C
Tints of Midnight Express #040F3C
RGB
CMYK
RGB Variations
Color information
#040F3C (or 0x040F3C) is known color: Midnight Express. HEX triplet: 04, 0F and 3C. RGB value is (4,15,60). Sum of RGB (Red+Green+Blue) = 4+15+60=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #040F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F3C is #FBF0C3. Grayscale: #101010. Windows color (decimal): -16511172 or 3936004. OLE color: 3936004.
HSL color Cylindrical-coordinate representation of color #040F3C: hue angle of 228.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040F3C is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 15 | 60 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.76 |
| HSL | 228.21º | 0.88% | 0.13% | - |
| HSV(B) | 228.21º | 0.93% | 0.24% | - |
| XYZ | 1.04 | 0.69 | 4.35 | - |
| YUV | 16.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 60 | 0.93 | 0.75 | 0 | 0.76 | 228.21 | 0.88 | 0.13 |
| Hex | 4 | F | 3C | 5D | 4B | 0 | 4C | E4 | 58 | D |
| Octal | 4 | 17 | 74 | 135 | 113 | 0 | 114 | 344 | 130 | 15 |
| Binary | 100 | 1111 | 111100 | 1011101 | 1001011 | 0 | 1001100 | 11100100 | 1011000 | 1101 |
Color Harmonies of #040F3C
Complementary color
Monochromatic Colors of #040F3C
Black with #040F3C
Text Example
Text Example
White with #040F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F3C; }
p { color: rgb(4,15,60); }
H1.HeaderClassName
{
color: #040F3C;
}
.AnyTagClassName
{
color: #040F3C;
}
</style>
background-color css
<style>
a { background-color: #040F3C; }
a { background-color: rgb(4,15,60); }
div.DivClassName
{
background-color: #040F3C;
}
.BgClassName
{
background-color: #040F3C;
}
</style>
border-color css
<style>
span { border-color: #040F3C; }
span { border-color: rgb(4,15,60); }
td.TdClassName
{
border-color: #040F3C;
}
.TagClassName
{
border-color: #040F3C;
}
</style>