Shades of Midnight Express #000A2E
Tints of Midnight Express #000A2E
RGB
CMYK
RGB Variations
Color information
#000A2E (or 0x000A2E) is known color: Midnight Express. HEX triplet: 00, 0A and 2E. RGB value is (0,10,46). Sum of RGB (Red+Green+Blue) = 0+10+46=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #000A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A2E is #FFF5D1. Grayscale: #0A0A0A. Windows color (decimal): -16774610 or 3017216. OLE color: 3017216.
HSL color Cylindrical-coordinate representation of color #000A2E: hue angle of 226.96º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A2E is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 10 | 46 | - |
| CMYK | 1 | 0.78 | 0 | 0.82 |
| HSL | 226.96º | 1% | 0.09% | - |
| HSV(B) | 226.96º | 1% | 0.18% | - |
| XYZ | 0.6 | 0.41 | 2.63 | - |
| YUV | 11.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 46 | 1 | 0.78 | 0 | 0.82 | 226.96 | 1 | 0.09 |
| Hex | 0 | A | 2E | 64 | 4E | 0 | 52 | E3 | 64 | 9 |
| Octal | 0 | 12 | 56 | 144 | 116 | 0 | 122 | 343 | 144 | 11 |
| Binary | 0 | 1010 | 101110 | 1100100 | 1001110 | 0 | 1010010 | 11100011 | 1100100 | 1001 |
Color Harmonies of #000A2E
Complementary color
Monochromatic Colors of #000A2E
Black with #000A2E
Text Example
Text Example
White with #000A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A2E; }
p { color: rgb(0,10,46); }
H1.HeaderClassName
{
color: #000A2E;
}
.AnyTagClassName
{
color: #000A2E;
}
</style>
background-color css
<style>
a { background-color: #000A2E; }
a { background-color: rgb(0,10,46); }
div.DivClassName
{
background-color: #000A2E;
}
.BgClassName
{
background-color: #000A2E;
}
</style>
border-color css
<style>
span { border-color: #000A2E; }
span { border-color: rgb(0,10,46); }
td.TdClassName
{
border-color: #000A2E;
}
.TagClassName
{
border-color: #000A2E;
}
</style>