Shades of Midnight Express #05013B
Tints of Midnight Express #05013B
RGB
CMYK
RGB Variations
Color information
#05013B (or 0x05013B) is known color: Midnight Express. HEX triplet: 05, 01 and 3B. RGB value is (5,1,59). Sum of RGB (Red+Green+Blue) = 5+1+59=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 1 (0.78% from 255 or 1.54% 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 #05013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05013B is #FAFEC4. Grayscale: #080808. Windows color (decimal): -16449221 or 3866885. OLE color: 3866885.
HSL color Cylindrical-coordinate representation of color #05013B: hue angle of 244.14º 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 #05013B is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 1 | 59 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.77 |
| HSL | 244.14º | 0.97% | 0.12% | - |
| HSV(B) | 244.14º | 0.98% | 0.23% | - |
| XYZ | 0.86 | 0.37 | 4.16 | - |
| YUV | 8.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 59 | 0.92 | 0.98 | 0 | 0.77 | 244.14 | 0.97 | 0.12 |
| Hex | 5 | 1 | 3B | 5C | 62 | 0 | 4D | F4 | 61 | C |
| Octal | 5 | 1 | 73 | 134 | 142 | 0 | 115 | 364 | 141 | 14 |
| Binary | 101 | 1 | 111011 | 1011100 | 1100010 | 0 | 1001101 | 11110100 | 1100001 | 1100 |
Color Harmonies of #05013B
Complementary color
Monochromatic Colors of #05013B
Black with #05013B
Text Example
Text Example
White with #05013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05013B; }
p { color: rgb(5,1,59); }
H1.HeaderClassName
{
color: #05013B;
}
.AnyTagClassName
{
color: #05013B;
}
</style>
background-color css
<style>
a { background-color: #05013B; }
a { background-color: rgb(5,1,59); }
div.DivClassName
{
background-color: #05013B;
}
.BgClassName
{
background-color: #05013B;
}
</style>
border-color css
<style>
span { border-color: #05013B; }
span { border-color: rgb(5,1,59); }
td.TdClassName
{
border-color: #05013B;
}
.TagClassName
{
border-color: #05013B;
}
</style>