Shades of Midnight Express #041A3D
Tints of Midnight Express #041A3D
RGB
CMYK
RGB Variations
Color information
#041A3D (or 0x041A3D) is known color: Midnight Express. HEX triplet: 04, 1A and 3D. RGB value is (4,26,61). Sum of RGB (Red+Green+Blue) = 4+26+61=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #041A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A3D is #FBE5C2. Grayscale: #171717. Windows color (decimal): -16508355 or 4004356. OLE color: 4004356.
HSL color Cylindrical-coordinate representation of color #041A3D: hue angle of 216.84º 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 #041A3D is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 26 | 61 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.76 |
| HSL | 216.84º | 0.88% | 0.13% | - |
| HSV(B) | 216.84º | 0.93% | 0.24% | - |
| XYZ | 1.26 | 1.1 | 4.56 | - |
| YUV | 23.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 61 | 0.93 | 0.57 | 0 | 0.76 | 216.84 | 0.88 | 0.13 |
| Hex | 4 | 1A | 3D | 5D | 39 | 0 | 4C | D9 | 58 | D |
| Octal | 4 | 32 | 75 | 135 | 71 | 0 | 114 | 331 | 130 | 15 |
| Binary | 100 | 11010 | 111101 | 1011101 | 111001 | 0 | 1001100 | 11011001 | 1011000 | 1101 |
Color Harmonies of #041A3D
Complementary color
Monochromatic Colors of #041A3D
Black with #041A3D
Text Example
Text Example
White with #041A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A3D; }
p { color: rgb(4,26,61); }
H1.HeaderClassName
{
color: #041A3D;
}
.AnyTagClassName
{
color: #041A3D;
}
</style>
background-color css
<style>
a { background-color: #041A3D; }
a { background-color: rgb(4,26,61); }
div.DivClassName
{
background-color: #041A3D;
}
.BgClassName
{
background-color: #041A3D;
}
</style>
border-color css
<style>
span { border-color: #041A3D; }
span { border-color: rgb(4,26,61); }
td.TdClassName
{
border-color: #041A3D;
}
.TagClassName
{
border-color: #041A3D;
}
</style>