Shades of Midnight Express #000A3E
Tints of Midnight Express #000A3E
RGB
CMYK
RGB Variations
Color information
#000A3E (or 0x000A3E) is known color: Midnight Express. HEX triplet: 00, 0A and 3E. RGB value is (0,10,62). Sum of RGB (Red+Green+Blue) = 0+10+62=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 62 (24.61% from 255 or 86.11% from 72); Max value from RGB is 62 - color contains mainly: blue. Hex color #000A3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A3E is #FFF5C1. Grayscale: #0C0C0C. Windows color (decimal): -16774594 or 4065792. OLE color: 4065792.
HSL color Cylindrical-coordinate representation of color #000A3E: hue angle of 230.32º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A3E is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 10 | 62 | - |
| CMYK | 1 | 0.84 | 0 | 0.76 |
| HSL | 230.32º | 1% | 0.12% | - |
| HSV(B) | 230.32º | 1% | 0.24% | - |
| XYZ | 0.98 | 0.56 | 4.61 | - |
| YUV | 12.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 62 | 1 | 0.84 | 0 | 0.76 | 230.32 | 1 | 0.12 |
| Hex | 0 | A | 3E | 64 | 54 | 0 | 4C | E6 | 64 | C |
| Octal | 0 | 12 | 76 | 144 | 124 | 0 | 114 | 346 | 144 | 14 |
| Binary | 0 | 1010 | 111110 | 1100100 | 1010100 | 0 | 1001100 | 11100110 | 1100100 | 1100 |
Color Harmonies of #000A3E
Complementary color
Monochromatic Colors of #000A3E
Black with #000A3E
Text Example
Text Example
White with #000A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A3E; }
p { color: rgb(0,10,62); }
H1.HeaderClassName
{
color: #000A3E;
}
.AnyTagClassName
{
color: #000A3E;
}
</style>
background-color css
<style>
a { background-color: #000A3E; }
a { background-color: rgb(0,10,62); }
div.DivClassName
{
background-color: #000A3E;
}
.BgClassName
{
background-color: #000A3E;
}
</style>
border-color css
<style>
span { border-color: #000A3E; }
span { border-color: rgb(0,10,62); }
td.TdClassName
{
border-color: #000A3E;
}
.TagClassName
{
border-color: #000A3E;
}
</style>