Shades of Midnight Express #041A3B
Tints of Midnight Express #041A3B
RGB
CMYK
RGB Variations
Color information
#041A3B (or 0x041A3B) is known color: Midnight Express. HEX triplet: 04, 1A and 3B. RGB value is (4,26,59). Sum of RGB (Red+Green+Blue) = 4+26+59=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #041A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A3B is #FBE5C4. Grayscale: #171717. Windows color (decimal): -16508357 or 3873284. OLE color: 3873284.
HSL color Cylindrical-coordinate representation of color #041A3B: hue angle of 216º 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 #041A3B is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 26 | 59 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.77 |
| HSL | 216º | 0.87% | 0.12% | - |
| HSV(B) | 216º | 0.93% | 0.23% | - |
| XYZ | 1.21 | 1.08 | 4.28 | - |
| YUV | 23.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 59 | 0.93 | 0.56 | 0 | 0.77 | 216 | 0.87 | 0.12 |
| Hex | 4 | 1A | 3B | 5D | 38 | 0 | 4D | D8 | 57 | C |
| Octal | 4 | 32 | 73 | 135 | 70 | 0 | 115 | 330 | 127 | 14 |
| Binary | 100 | 11010 | 111011 | 1011101 | 111000 | 0 | 1001101 | 11011000 | 1010111 | 1100 |
Color Harmonies of #041A3B
Complementary color
Monochromatic Colors of #041A3B
Black with #041A3B
Text Example
Text Example
White with #041A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A3B; }
p { color: rgb(4,26,59); }
H1.HeaderClassName
{
color: #041A3B;
}
.AnyTagClassName
{
color: #041A3B;
}
</style>
background-color css
<style>
a { background-color: #041A3B; }
a { background-color: rgb(4,26,59); }
div.DivClassName
{
background-color: #041A3B;
}
.BgClassName
{
background-color: #041A3B;
}
</style>
border-color css
<style>
span { border-color: #041A3B; }
span { border-color: rgb(4,26,59); }
td.TdClassName
{
border-color: #041A3B;
}
.TagClassName
{
border-color: #041A3B;
}
</style>