Shades of Midnight Express #040B3D
Tints of Midnight Express #040B3D
RGB
CMYK
RGB Variations
Color information
#040B3D (or 0x040B3D) is known color: Midnight Express. HEX triplet: 04, 0B and 3D. RGB value is (4,11,61). Sum of RGB (Red+Green+Blue) = 4+11+61=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 61 (24.22% from 255 or 80.26% from 76); Max value from RGB is 61 - color contains mainly: blue. Hex color #040B3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B3D is #FBF4C2. Grayscale: #0E0E0E. Windows color (decimal): -16512195 or 4000516. OLE color: 4000516.
HSL color Cylindrical-coordinate representation of color #040B3D: hue angle of 232.63º 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 #040B3D is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 11 | 61 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.76 |
| HSL | 232.63º | 0.88% | 0.13% | - |
| HSV(B) | 232.63º | 0.93% | 0.24% | - |
| XYZ | 1.01 | 0.6 | 4.48 | - |
| YUV | 14.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 61 | 0.93 | 0.82 | 0 | 0.76 | 232.63 | 0.88 | 0.13 |
| Hex | 4 | B | 3D | 5D | 52 | 0 | 4C | E9 | 58 | D |
| Octal | 4 | 13 | 75 | 135 | 122 | 0 | 114 | 351 | 130 | 15 |
| Binary | 100 | 1011 | 111101 | 1011101 | 1010010 | 0 | 1001100 | 11101001 | 1011000 | 1101 |
Color Harmonies of #040B3D
Complementary color
Monochromatic Colors of #040B3D
Black with #040B3D
Text Example
Text Example
White with #040B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B3D; }
p { color: rgb(4,11,61); }
H1.HeaderClassName
{
color: #040B3D;
}
.AnyTagClassName
{
color: #040B3D;
}
</style>
background-color css
<style>
a { background-color: #040B3D; }
a { background-color: rgb(4,11,61); }
div.DivClassName
{
background-color: #040B3D;
}
.BgClassName
{
background-color: #040B3D;
}
</style>
border-color css
<style>
span { border-color: #040B3D; }
span { border-color: rgb(4,11,61); }
td.TdClassName
{
border-color: #040B3D;
}
.TagClassName
{
border-color: #040B3D;
}
</style>