Shades of Midnight Express #05003B
Tints of Midnight Express #05003B
RGB
CMYK
RGB Variations
Color information
#05003B (or 0x05003B) is known color: Midnight Express. HEX triplet: 05, 00 and 3B. RGB value is (5,0,59). Sum of RGB (Red+Green+Blue) = 5+0+59=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 59 (23.44% from 255 or 92.19% from 64); Max value from RGB is 59 - color contains mainly: blue. Hex color #05003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05003B is #FAFFC4. Grayscale: #070707. Windows color (decimal): -16449477 or 3866629. OLE color: 3866629.
HSL color Cylindrical-coordinate representation of color #05003B: hue angle of 245.08º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05003B is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 0 | 59 | - |
| CMYK | 0.92 | 1 | 0 | 0.77 |
| HSL | 245.08º | 1% | 0.12% | - |
| HSV(B) | 245.08º | 1% | 0.23% | - |
| XYZ | 0.85 | 0.35 | 4.16 | - |
| YUV | 8.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 59 | 0.92 | 1 | 0 | 0.77 | 245.08 | 1 | 0.12 |
| Hex | 5 | 0 | 3B | 5C | 64 | 0 | 4D | F5 | 64 | C |
| Octal | 5 | 0 | 73 | 134 | 144 | 0 | 115 | 365 | 144 | 14 |
| Binary | 101 | 0 | 111011 | 1011100 | 1100100 | 0 | 1001101 | 11110101 | 1100100 | 1100 |
Color Harmonies of #05003B
Complementary color
Monochromatic Colors of #05003B
Black with #05003B
Text Example
Text Example
White with #05003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05003B; }
p { color: rgb(5,0,59); }
H1.HeaderClassName
{
color: #05003B;
}
.AnyTagClassName
{
color: #05003B;
}
</style>
background-color css
<style>
a { background-color: #05003B; }
a { background-color: rgb(5,0,59); }
div.DivClassName
{
background-color: #05003B;
}
.BgClassName
{
background-color: #05003B;
}
</style>
border-color css
<style>
span { border-color: #05003B; }
span { border-color: rgb(5,0,59); }
td.TdClassName
{
border-color: #05003B;
}
.TagClassName
{
border-color: #05003B;
}
</style>