Shades of Midnight Express #04143A
Tints of Midnight Express #04143A
RGB
CMYK
RGB Variations
Color information
#04143A (or 0x04143A) is known color: Midnight Express. HEX triplet: 04, 14 and 3A. RGB value is (4,20,58). Sum of RGB (Red+Green+Blue) = 4+20+58=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #04143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04143A is #FBEBC5. Grayscale: #131313. Windows color (decimal): -16509894 or 3806212. OLE color: 3806212.
HSL color Cylindrical-coordinate representation of color #04143A: hue angle of 222.22º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04143A is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 20 | 58 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.77 |
| HSL | 222.22º | 0.87% | 0.12% | - |
| HSV(B) | 222.22º | 0.93% | 0.23% | - |
| XYZ | 1.06 | 0.83 | 4.11 | - |
| YUV | 19.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 58 | 0.93 | 0.66 | 0 | 0.77 | 222.22 | 0.87 | 0.12 |
| Hex | 4 | 14 | 3A | 5D | 42 | 0 | 4D | DE | 57 | C |
| Octal | 4 | 24 | 72 | 135 | 102 | 0 | 115 | 336 | 127 | 14 |
| Binary | 100 | 10100 | 111010 | 1011101 | 1000010 | 0 | 1001101 | 11011110 | 1010111 | 1100 |
Color Harmonies of #04143A
Complementary color
Monochromatic Colors of #04143A
Black with #04143A
Text Example
Text Example
White with #04143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04143A; }
p { color: rgb(4,20,58); }
H1.HeaderClassName
{
color: #04143A;
}
.AnyTagClassName
{
color: #04143A;
}
</style>
background-color css
<style>
a { background-color: #04143A; }
a { background-color: rgb(4,20,58); }
div.DivClassName
{
background-color: #04143A;
}
.BgClassName
{
background-color: #04143A;
}
</style>
border-color css
<style>
span { border-color: #04143A; }
span { border-color: rgb(4,20,58); }
td.TdClassName
{
border-color: #04143A;
}
.TagClassName
{
border-color: #04143A;
}
</style>