Shades of Midnight Express #000A45
Tints of Midnight Express #000A45
RGB
CMYK
RGB Variations
Color information
#000A45 (or 0x000A45) is known color: Midnight Express. HEX triplet: 00, 0A and 45. RGB value is (0,10,69). Sum of RGB (Red+Green+Blue) = 0+10+69=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 69 (27.34% from 255 or 87.34% from 79); Max value from RGB is 69 - color contains mainly: blue. Hex color #000A45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A45 is #FFF5BA. Grayscale: #0D0D0D. Windows color (decimal): -16774587 or 4524544. OLE color: 4524544.
HSL color Cylindrical-coordinate representation of color #000A45: hue angle of 231.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A45 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 10 | 69 | - |
| CMYK | 1 | 0.86 | 0 | 0.73 |
| HSL | 231.3º | 1% | 0.14% | - |
| HSV(B) | 231.3º | 1% | 0.27% | - |
| XYZ | 1.18 | 0.65 | 5.69 | - |
| YUV | 13.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 69 | 1 | 0.86 | 0 | 0.73 | 231.3 | 1 | 0.14 |
| Hex | 0 | A | 45 | 64 | 56 | 0 | 49 | E7 | 64 | E |
| Octal | 0 | 12 | 105 | 144 | 126 | 0 | 111 | 347 | 144 | 16 |
| Binary | 0 | 1010 | 1000101 | 1100100 | 1010110 | 0 | 1001001 | 11100111 | 1100100 | 1110 |
Color Harmonies of #000A45
Complementary color
Monochromatic Colors of #000A45
Black with #000A45
Text Example
Text Example
White with #000A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A45; }
p { color: rgb(0,10,69); }
H1.HeaderClassName
{
color: #000A45;
}
.AnyTagClassName
{
color: #000A45;
}
</style>
background-color css
<style>
a { background-color: #000A45; }
a { background-color: rgb(0,10,69); }
div.DivClassName
{
background-color: #000A45;
}
.BgClassName
{
background-color: #000A45;
}
</style>
border-color css
<style>
span { border-color: #000A45; }
span { border-color: rgb(0,10,69); }
td.TdClassName
{
border-color: #000A45;
}
.TagClassName
{
border-color: #000A45;
}
</style>