Shades of Midnight Express #010545
Tints of Midnight Express #010545
RGB
CMYK
RGB Variations
Color information
#010545 (or 0x010545) is known color: Midnight Express. HEX triplet: 01, 05 and 45. RGB value is (1,5,69). Sum of RGB (Red+Green+Blue) = 1+5+69=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 69 (27.34% from 255 or 92% from 75); Max value from RGB is 69 - color contains mainly: blue. Hex color #010545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010545 is #FEFABA. Grayscale: #0A0A0A. Windows color (decimal): -16710331 or 4523265. OLE color: 4523265.
HSL color Cylindrical-coordinate representation of color #010545: hue angle of 236.47º 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 #010545 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 5 | 69 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.73 |
| HSL | 236.47º | 0.97% | 0.14% | - |
| HSV(B) | 236.47º | 0.99% | 0.27% | - |
| XYZ | 1.14 | 0.54 | 5.68 | - |
| YUV | 11.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 69 | 0.99 | 0.93 | 0 | 0.73 | 236.47 | 0.97 | 0.14 |
| Hex | 1 | 5 | 45 | 63 | 5D | 0 | 49 | EC | 61 | E |
| Octal | 1 | 5 | 105 | 143 | 135 | 0 | 111 | 354 | 141 | 16 |
| Binary | 1 | 101 | 1000101 | 1100011 | 1011101 | 0 | 1001001 | 11101100 | 1100001 | 1110 |
Color Harmonies of #010545
Complementary color
Monochromatic Colors of #010545
Black with #010545
Text Example
Text Example
White with #010545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010545; }
p { color: rgb(1,5,69); }
H1.HeaderClassName
{
color: #010545;
}
.AnyTagClassName
{
color: #010545;
}
</style>
background-color css
<style>
a { background-color: #010545; }
a { background-color: rgb(1,5,69); }
div.DivClassName
{
background-color: #010545;
}
.BgClassName
{
background-color: #010545;
}
</style>
border-color css
<style>
span { border-color: #010545; }
span { border-color: rgb(1,5,69); }
td.TdClassName
{
border-color: #010545;
}
.TagClassName
{
border-color: #010545;
}
</style>