Shades of Midnight Express #0A043D
Tints of Midnight Express #0A043D
RGB
CMYK
RGB Variations
Color information
#0A043D (or 0x0A043D) is known color: Midnight Express. HEX triplet: 0A, 04 and 3D. RGB value is (10,4,61). Sum of RGB (Red+Green+Blue) = 10+4+61=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 4 (1.95% from 255 or 5.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 #0A043D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A043D is #F5FBC2. Grayscale: #0C0C0C. Windows color (decimal): -16120771 or 3998730. OLE color: 3998730.
HSL color Cylindrical-coordinate representation of color #0A043D: hue angle of 246.32º 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 #0A043D is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 4 | 61 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.76 |
| HSL | 246.32º | 0.88% | 0.13% | - |
| HSV(B) | 246.32º | 0.93% | 0.24% | - |
| XYZ | 1.01 | 0.49 | 4.46 | - |
| YUV | 12.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 61 | 0.84 | 0.93 | 0 | 0.76 | 246.32 | 0.88 | 0.13 |
| Hex | A | 4 | 3D | 54 | 5D | 0 | 4C | F6 | 58 | D |
| Octal | 12 | 4 | 75 | 124 | 135 | 0 | 114 | 366 | 130 | 15 |
| Binary | 1010 | 100 | 111101 | 1010100 | 1011101 | 0 | 1001100 | 11110110 | 1011000 | 1101 |
Color Harmonies of #0A043D
Complementary color
Monochromatic Colors of #0A043D
Black with #0A043D
Text Example
Text Example
White with #0A043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A043D; }
p { color: rgb(10,4,61); }
H1.HeaderClassName
{
color: #0A043D;
}
.AnyTagClassName
{
color: #0A043D;
}
</style>
background-color css
<style>
a { background-color: #0A043D; }
a { background-color: rgb(10,4,61); }
div.DivClassName
{
background-color: #0A043D;
}
.BgClassName
{
background-color: #0A043D;
}
</style>
border-color css
<style>
span { border-color: #0A043D; }
span { border-color: rgb(10,4,61); }
td.TdClassName
{
border-color: #0A043D;
}
.TagClassName
{
border-color: #0A043D;
}
</style>