Shades of Midnight Express #04142F
Tints of Midnight Express #04142F
RGB
CMYK
RGB Variations
Color information
#04142F (or 0x04142F) is known color: Midnight Express. HEX triplet: 04, 14 and 2F. RGB value is (4,20,47). Sum of RGB (Red+Green+Blue) = 4+20+47=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #04142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04142F is #FBEBD0. Grayscale: #121212. Windows color (decimal): -16509905 or 3085316. OLE color: 3085316.
HSL color Cylindrical-coordinate representation of color #04142F: hue angle of 217.67º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04142F is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 20 | 47 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.82 |
| HSL | 217.67º | 0.84% | 0.1% | - |
| HSV(B) | 217.67º | 0.91% | 0.18% | - |
| XYZ | 0.81 | 0.73 | 2.79 | - |
| YUV | 18.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 47 | 0.91 | 0.57 | 0 | 0.82 | 217.67 | 0.84 | 0.1 |
| Hex | 4 | 14 | 2F | 5B | 39 | 0 | 52 | DA | 54 | A |
| Octal | 4 | 24 | 57 | 133 | 71 | 0 | 122 | 332 | 124 | 12 |
| Binary | 100 | 10100 | 101111 | 1011011 | 111001 | 0 | 1010010 | 11011010 | 1010100 | 1010 |
Color Harmonies of #04142F
Complementary color
Monochromatic Colors of #04142F
Black with #04142F
Text Example
Text Example
White with #04142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04142F; }
p { color: rgb(4,20,47); }
H1.HeaderClassName
{
color: #04142F;
}
.AnyTagClassName
{
color: #04142F;
}
</style>
background-color css
<style>
a { background-color: #04142F; }
a { background-color: rgb(4,20,47); }
div.DivClassName
{
background-color: #04142F;
}
.BgClassName
{
background-color: #04142F;
}
</style>
border-color css
<style>
span { border-color: #04142F; }
span { border-color: rgb(4,20,47); }
td.TdClassName
{
border-color: #04142F;
}
.TagClassName
{
border-color: #04142F;
}
</style>