Shades of Midnight Express #04163D
Tints of Midnight Express #04163D
RGB
CMYK
RGB Variations
Color information
#04163D (or 0x04163D) is known color: Midnight Express. HEX triplet: 04, 16 and 3D. RGB value is (4,22,61). Sum of RGB (Red+Green+Blue) = 4+22+61=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #04163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04163D is #FBE9C2. Grayscale: #141414. Windows color (decimal): -16509379 or 4003332. OLE color: 4003332.
HSL color Cylindrical-coordinate representation of color #04163D: hue angle of 221.05º 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 #04163D is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 22 | 61 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.76 |
| HSL | 221.05º | 0.88% | 0.13% | - |
| HSV(B) | 221.05º | 0.93% | 0.24% | - |
| XYZ | 1.18 | 0.94 | 4.53 | - |
| YUV | 21.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 61 | 0.93 | 0.64 | 0 | 0.76 | 221.05 | 0.88 | 0.13 |
| Hex | 4 | 16 | 3D | 5D | 40 | 0 | 4C | DD | 58 | D |
| Octal | 4 | 26 | 75 | 135 | 100 | 0 | 114 | 335 | 130 | 15 |
| Binary | 100 | 10110 | 111101 | 1011101 | 1000000 | 0 | 1001100 | 11011101 | 1011000 | 1101 |
Color Harmonies of #04163D
Complementary color
Monochromatic Colors of #04163D
Black with #04163D
Text Example
Text Example
White with #04163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04163D; }
p { color: rgb(4,22,61); }
H1.HeaderClassName
{
color: #04163D;
}
.AnyTagClassName
{
color: #04163D;
}
</style>
background-color css
<style>
a { background-color: #04163D; }
a { background-color: rgb(4,22,61); }
div.DivClassName
{
background-color: #04163D;
}
.BgClassName
{
background-color: #04163D;
}
</style>
border-color css
<style>
span { border-color: #04163D; }
span { border-color: rgb(4,22,61); }
td.TdClassName
{
border-color: #04163D;
}
.TagClassName
{
border-color: #04163D;
}
</style>