Shades of Midnight Express #010A44
Tints of Midnight Express #010A44
RGB
CMYK
RGB Variations
Color information
#010A44 (or 0x010A44) is known color: Midnight Express. HEX triplet: 01, 0A and 44. RGB value is (1,10,68). Sum of RGB (Red+Green+Blue) = 1+10+68=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 68 (26.95% from 255 or 86.08% from 79); Max value from RGB is 68 - color contains mainly: blue. Hex color #010A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A44 is #FEF5BB. Grayscale: #0D0D0D. Windows color (decimal): -16709052 or 4459009. OLE color: 4459009.
HSL color Cylindrical-coordinate representation of color #010A44: hue angle of 231.94º 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 #010A44 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 10 | 68 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.73 |
| HSL | 231.94º | 0.97% | 0.14% | - |
| HSV(B) | 231.94º | 0.99% | 0.27% | - |
| XYZ | 1.16 | 0.64 | 5.53 | - |
| YUV | 13.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 68 | 0.99 | 0.85 | 0 | 0.73 | 231.94 | 0.97 | 0.14 |
| Hex | 1 | A | 44 | 63 | 55 | 0 | 49 | E8 | 61 | E |
| Octal | 1 | 12 | 104 | 143 | 125 | 0 | 111 | 350 | 141 | 16 |
| Binary | 1 | 1010 | 1000100 | 1100011 | 1010101 | 0 | 1001001 | 11101000 | 1100001 | 1110 |
Color Harmonies of #010A44
Complementary color
Monochromatic Colors of #010A44
Black with #010A44
Text Example
Text Example
White with #010A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A44; }
p { color: rgb(1,10,68); }
H1.HeaderClassName
{
color: #010A44;
}
.AnyTagClassName
{
color: #010A44;
}
</style>
background-color css
<style>
a { background-color: #010A44; }
a { background-color: rgb(1,10,68); }
div.DivClassName
{
background-color: #010A44;
}
.BgClassName
{
background-color: #010A44;
}
</style>
border-color css
<style>
span { border-color: #010A44; }
span { border-color: rgb(1,10,68); }
td.TdClassName
{
border-color: #010A44;
}
.TagClassName
{
border-color: #010A44;
}
</style>