Shades of Midnight Express #05013E
Tints of Midnight Express #05013E
RGB
CMYK
RGB Variations
Color information
#05013E (or 0x05013E) is known color: Midnight Express. HEX triplet: 05, 01 and 3E. RGB value is (5,1,62). Sum of RGB (Red+Green+Blue) = 5+1+62=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 62 (24.61% from 255 or 91.18% from 68); Max value from RGB is 62 - color contains mainly: blue. Hex color #05013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05013E is #FAFEC1. Grayscale: #080808. Windows color (decimal): -16449218 or 4063493. OLE color: 4063493.
HSL color Cylindrical-coordinate representation of color #05013E: hue angle of 243.93º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05013E is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 1 | 62 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.76 |
| HSL | 243.93º | 0.97% | 0.12% | - |
| HSV(B) | 243.93º | 0.98% | 0.24% | - |
| XYZ | 0.94 | 0.4 | 4.59 | - |
| YUV | 9.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 62 | 0.92 | 0.98 | 0 | 0.76 | 243.93 | 0.97 | 0.12 |
| Hex | 5 | 1 | 3E | 5C | 62 | 0 | 4C | F4 | 61 | C |
| Octal | 5 | 1 | 76 | 134 | 142 | 0 | 114 | 364 | 141 | 14 |
| Binary | 101 | 1 | 111110 | 1011100 | 1100010 | 0 | 1001100 | 11110100 | 1100001 | 1100 |
Color Harmonies of #05013E
Complementary color
Monochromatic Colors of #05013E
Black with #05013E
Text Example
Text Example
White with #05013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05013E; }
p { color: rgb(5,1,62); }
H1.HeaderClassName
{
color: #05013E;
}
.AnyTagClassName
{
color: #05013E;
}
</style>
background-color css
<style>
a { background-color: #05013E; }
a { background-color: rgb(5,1,62); }
div.DivClassName
{
background-color: #05013E;
}
.BgClassName
{
background-color: #05013E;
}
</style>
border-color css
<style>
span { border-color: #05013E; }
span { border-color: rgb(5,1,62); }
td.TdClassName
{
border-color: #05013E;
}
.TagClassName
{
border-color: #05013E;
}
</style>