Shades of Midnight Express #040A3D
Tints of Midnight Express #040A3D
RGB
CMYK
RGB Variations
Color information
#040A3D (or 0x040A3D) is known color: Midnight Express. HEX triplet: 04, 0A and 3D. RGB value is (4,10,61). Sum of RGB (Red+Green+Blue) = 4+10+61=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #040A3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A3D is #FBF5C2. Grayscale: #0D0D0D. Windows color (decimal): -16512451 or 4000260. OLE color: 4000260.
HSL color Cylindrical-coordinate representation of color #040A3D: hue angle of 233.68º 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 #040A3D is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 10 | 61 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.76 |
| HSL | 233.68º | 0.88% | 0.13% | - |
| HSV(B) | 233.68º | 0.93% | 0.24% | - |
| XYZ | 1 | 0.58 | 4.47 | - |
| YUV | 14.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 61 | 0.93 | 0.84 | 0 | 0.76 | 233.68 | 0.88 | 0.13 |
| Hex | 4 | A | 3D | 5D | 54 | 0 | 4C | EA | 58 | D |
| Octal | 4 | 12 | 75 | 135 | 124 | 0 | 114 | 352 | 130 | 15 |
| Binary | 100 | 1010 | 111101 | 1011101 | 1010100 | 0 | 1001100 | 11101010 | 1011000 | 1101 |
Color Harmonies of #040A3D
Complementary color
Monochromatic Colors of #040A3D
Black with #040A3D
Text Example
Text Example
White with #040A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A3D; }
p { color: rgb(4,10,61); }
H1.HeaderClassName
{
color: #040A3D;
}
.AnyTagClassName
{
color: #040A3D;
}
</style>
background-color css
<style>
a { background-color: #040A3D; }
a { background-color: rgb(4,10,61); }
div.DivClassName
{
background-color: #040A3D;
}
.BgClassName
{
background-color: #040A3D;
}
</style>
border-color css
<style>
span { border-color: #040A3D; }
span { border-color: rgb(4,10,61); }
td.TdClassName
{
border-color: #040A3D;
}
.TagClassName
{
border-color: #040A3D;
}
</style>