Shades of Midnight Express #0A043F
Tints of Midnight Express #0A043F
RGB
CMYK
RGB Variations
Color information
#0A043F (or 0x0A043F) is known color: Midnight Express. HEX triplet: 0A, 04 and 3F. RGB value is (10,4,63). Sum of RGB (Red+Green+Blue) = 10+4+63=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 63 (25% from 255 or 81.82% from 77); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A043F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A043F is #F5FBC0. Grayscale: #0C0C0C. Windows color (decimal): -16120769 or 4129802. OLE color: 4129802.
HSL color Cylindrical-coordinate representation of color #0A043F: hue angle of 246.1º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A043F is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 4 | 63 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.75 |
| HSL | 246.1º | 0.88% | 0.13% | - |
| HSV(B) | 246.1º | 0.94% | 0.25% | - |
| XYZ | 1.07 | 0.51 | 4.74 | - |
| YUV | 12.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 63 | 0.84 | 0.94 | 0 | 0.75 | 246.1 | 0.88 | 0.13 |
| Hex | A | 4 | 3F | 54 | 5E | 0 | 4B | F6 | 58 | D |
| Octal | 12 | 4 | 77 | 124 | 136 | 0 | 113 | 366 | 130 | 15 |
| Binary | 1010 | 100 | 111111 | 1010100 | 1011110 | 0 | 1001011 | 11110110 | 1011000 | 1101 |
Color Harmonies of #0A043F
Complementary color
Monochromatic Colors of #0A043F
Black with #0A043F
Text Example
Text Example
White with #0A043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A043F; }
p { color: rgb(10,4,63); }
H1.HeaderClassName
{
color: #0A043F;
}
.AnyTagClassName
{
color: #0A043F;
}
</style>
background-color css
<style>
a { background-color: #0A043F; }
a { background-color: rgb(10,4,63); }
div.DivClassName
{
background-color: #0A043F;
}
.BgClassName
{
background-color: #0A043F;
}
</style>
border-color css
<style>
span { border-color: #0A043F; }
span { border-color: rgb(10,4,63); }
td.TdClassName
{
border-color: #0A043F;
}
.TagClassName
{
border-color: #0A043F;
}
</style>