Shades of Midnight Express #01053B
Tints of Midnight Express #01053B
RGB
CMYK
RGB Variations
Color information
#01053B (or 0x01053B) is known color: Midnight Express. HEX triplet: 01, 05 and 3B. RGB value is (1,5,59). Sum of RGB (Red+Green+Blue) = 1+5+59=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 59 (23.44% from 255 or 90.77% from 65); Max value from RGB is 59 - color contains mainly: blue. Hex color #01053B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01053B is #FEFAC4. Grayscale: #090909. Windows color (decimal): -16710341 or 3867905. OLE color: 3867905.
HSL color Cylindrical-coordinate representation of color #01053B: hue angle of 235.86º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01053B is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 5 | 59 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.77 |
| HSL | 235.86º | 0.97% | 0.12% | - |
| HSV(B) | 235.86º | 0.98% | 0.23% | - |
| XYZ | 0.86 | 0.43 | 4.18 | - |
| YUV | 9.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 59 | 0.98 | 0.92 | 0 | 0.77 | 235.86 | 0.97 | 0.12 |
| Hex | 1 | 5 | 3B | 62 | 5C | 0 | 4D | EC | 61 | C |
| Octal | 1 | 5 | 73 | 142 | 134 | 0 | 115 | 354 | 141 | 14 |
| Binary | 1 | 101 | 111011 | 1100010 | 1011100 | 0 | 1001101 | 11101100 | 1100001 | 1100 |
Color Harmonies of #01053B
Complementary color
Monochromatic Colors of #01053B
Black with #01053B
Text Example
Text Example
White with #01053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01053B; }
p { color: rgb(1,5,59); }
H1.HeaderClassName
{
color: #01053B;
}
.AnyTagClassName
{
color: #01053B;
}
</style>
background-color css
<style>
a { background-color: #01053B; }
a { background-color: rgb(1,5,59); }
div.DivClassName
{
background-color: #01053B;
}
.BgClassName
{
background-color: #01053B;
}
</style>
border-color css
<style>
span { border-color: #01053B; }
span { border-color: rgb(1,5,59); }
td.TdClassName
{
border-color: #01053B;
}
.TagClassName
{
border-color: #01053B;
}
</style>