Shades of Midnight Express #010145
Tints of Midnight Express #010145
RGB
CMYK
RGB Variations
Color information
#010145 (or 0x010145) is known color: Midnight Express. HEX triplet: 01, 01 and 45. RGB value is (1,1,69). Sum of RGB (Red+Green+Blue) = 1+1+69=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 69 (27.34% from 255 or 97.18% from 71); Max value from RGB is 69 - color contains mainly: blue. Hex color #010145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010145 is #FEFEBA. Grayscale: #080808. Windows color (decimal): -16711355 or 4522241. OLE color: 4522241.
HSL color Cylindrical-coordinate representation of color #010145: hue angle of 240º 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 #010145 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 1 | 69 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.73 |
| HSL | 240º | 0.97% | 0.14% | - |
| HSV(B) | 240º | 0.99% | 0.27% | - |
| XYZ | 1.1 | 0.46 | 5.66 | - |
| YUV | 8.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 69 | 0.99 | 0.99 | 0 | 0.73 | 240 | 0.97 | 0.14 |
| Hex | 1 | 1 | 45 | 63 | 63 | 0 | 49 | F0 | 61 | E |
| Octal | 1 | 1 | 105 | 143 | 143 | 0 | 111 | 360 | 141 | 16 |
| Binary | 1 | 1 | 1000101 | 1100011 | 1100011 | 0 | 1001001 | 11110000 | 1100001 | 1110 |
Color Harmonies of #010145
Complementary color
Monochromatic Colors of #010145
Black with #010145
Text Example
Text Example
White with #010145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010145; }
p { color: rgb(1,1,69); }
H1.HeaderClassName
{
color: #010145;
}
.AnyTagClassName
{
color: #010145;
}
</style>
background-color css
<style>
a { background-color: #010145; }
a { background-color: rgb(1,1,69); }
div.DivClassName
{
background-color: #010145;
}
.BgClassName
{
background-color: #010145;
}
</style>
border-color css
<style>
span { border-color: #010145; }
span { border-color: rgb(1,1,69); }
td.TdClassName
{
border-color: #010145;
}
.TagClassName
{
border-color: #010145;
}
</style>