Shades of Midnight Express #010538
Tints of Midnight Express #010538
RGB
CMYK
RGB Variations
Color information
#010538 (or 0x010538) is known color: Midnight Express. HEX triplet: 01, 05 and 38. RGB value is (1,5,56). Sum of RGB (Red+Green+Blue) = 1+5+56=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 56 (22.27% from 255 or 90.32% from 62); Max value from RGB is 56 - color contains mainly: blue. Hex color #010538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010538 is #FEFAC7. Grayscale: #090909. Windows color (decimal): -16710344 or 3671297. OLE color: 3671297.
HSL color Cylindrical-coordinate representation of color #010538: hue angle of 235.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010538 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 5 | 56 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.78 |
| HSL | 235.64º | 0.96% | 0.11% | - |
| HSV(B) | 235.64º | 0.98% | 0.22% | - |
| XYZ | 0.78 | 0.4 | 3.78 | - |
| YUV | 9.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 56 | 0.98 | 0.91 | 0 | 0.78 | 235.64 | 0.96 | 0.11 |
| Hex | 1 | 5 | 38 | 62 | 5B | 0 | 4E | EC | 60 | B |
| Octal | 1 | 5 | 70 | 142 | 133 | 0 | 116 | 354 | 140 | 13 |
| Binary | 1 | 101 | 111000 | 1100010 | 1011011 | 0 | 1001110 | 11101100 | 1100000 | 1011 |
Color Harmonies of #010538
Complementary color
Monochromatic Colors of #010538
Black with #010538
Text Example
Text Example
White with #010538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010538; }
p { color: rgb(1,5,56); }
H1.HeaderClassName
{
color: #010538;
}
.AnyTagClassName
{
color: #010538;
}
</style>
background-color css
<style>
a { background-color: #010538; }
a { background-color: rgb(1,5,56); }
div.DivClassName
{
background-color: #010538;
}
.BgClassName
{
background-color: #010538;
}
</style>
border-color css
<style>
span { border-color: #010538; }
span { border-color: rgb(1,5,56); }
td.TdClassName
{
border-color: #010538;
}
.TagClassName
{
border-color: #010538;
}
</style>