Shades of Midnight Express #010A45
Tints of Midnight Express #010A45
RGB
CMYK
RGB Variations
Color information
#010A45 (or 0x010A45) is known color: Midnight Express. HEX triplet: 01, 0A and 45. RGB value is (1,10,69). Sum of RGB (Red+Green+Blue) = 1+10+69=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 69 (27.34% from 255 or 86.25% from 80); Max value from RGB is 69 - color contains mainly: blue. Hex color #010A45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A45 is #FEF5BA. Grayscale: #0D0D0D. Windows color (decimal): -16709051 or 4524545. OLE color: 4524545.
HSL color Cylindrical-coordinate representation of color #010A45: hue angle of 232.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A45 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 10 | 69 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.73 |
| HSL | 232.06º | 0.97% | 0.14% | - |
| HSV(B) | 232.06º | 0.99% | 0.27% | - |
| XYZ | 1.2 | 0.65 | 5.69 | - |
| YUV | 14.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 69 | 0.99 | 0.86 | 0 | 0.73 | 232.06 | 0.97 | 0.14 |
| Hex | 1 | A | 45 | 63 | 56 | 0 | 49 | E8 | 61 | E |
| Octal | 1 | 12 | 105 | 143 | 126 | 0 | 111 | 350 | 141 | 16 |
| Binary | 1 | 1010 | 1000101 | 1100011 | 1010110 | 0 | 1001001 | 11101000 | 1100001 | 1110 |
Color Harmonies of #010A45
Complementary color
Monochromatic Colors of #010A45
Black with #010A45
Text Example
Text Example
White with #010A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A45; }
p { color: rgb(1,10,69); }
H1.HeaderClassName
{
color: #010A45;
}
.AnyTagClassName
{
color: #010A45;
}
</style>
background-color css
<style>
a { background-color: #010A45; }
a { background-color: rgb(1,10,69); }
div.DivClassName
{
background-color: #010A45;
}
.BgClassName
{
background-color: #010A45;
}
</style>
border-color css
<style>
span { border-color: #010A45; }
span { border-color: rgb(1,10,69); }
td.TdClassName
{
border-color: #010A45;
}
.TagClassName
{
border-color: #010A45;
}
</style>