Shades of Midnight Express #010A40
Tints of Midnight Express #010A40
RGB
CMYK
RGB Variations
Color information
#010A40 (or 0x010A40) is known color: Midnight Express. HEX triplet: 01, 0A and 40. RGB value is (1,10,64). Sum of RGB (Red+Green+Blue) = 1+10+64=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 64 (25.39% from 255 or 85.33% from 75); Max value from RGB is 64 - color contains mainly: blue. Hex color #010A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A40 is #FEF5BF. Grayscale: #0D0D0D. Windows color (decimal): -16709056 or 4196865. OLE color: 4196865.
HSL color Cylindrical-coordinate representation of color #010A40: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A40 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 10 | 64 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.75 |
| HSL | 231.43º | 0.97% | 0.13% | - |
| HSV(B) | 231.43º | 0.98% | 0.25% | - |
| XYZ | 1.05 | 0.59 | 4.91 | - |
| YUV | 13.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 64 | 0.98 | 0.84 | 0 | 0.75 | 231.43 | 0.97 | 0.13 |
| Hex | 1 | A | 40 | 62 | 54 | 0 | 4B | E7 | 61 | D |
| Octal | 1 | 12 | 100 | 142 | 124 | 0 | 113 | 347 | 141 | 15 |
| Binary | 1 | 1010 | 1000000 | 1100010 | 1010100 | 0 | 1001011 | 11100111 | 1100001 | 1101 |
Color Harmonies of #010A40
Complementary color
Monochromatic Colors of #010A40
Black with #010A40
Text Example
Text Example
White with #010A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A40; }
p { color: rgb(1,10,64); }
H1.HeaderClassName
{
color: #010A40;
}
.AnyTagClassName
{
color: #010A40;
}
</style>
background-color css
<style>
a { background-color: #010A40; }
a { background-color: rgb(1,10,64); }
div.DivClassName
{
background-color: #010A40;
}
.BgClassName
{
background-color: #010A40;
}
</style>
border-color css
<style>
span { border-color: #010A40; }
span { border-color: rgb(1,10,64); }
td.TdClassName
{
border-color: #010A40;
}
.TagClassName
{
border-color: #010A40;
}
</style>