Shades of Midnight Express #05113B
Tints of Midnight Express #05113B
RGB
CMYK
RGB Variations
Color information
#05113B (or 0x05113B) is known color: Midnight Express. HEX triplet: 05, 11 and 3B. RGB value is (5,17,59). Sum of RGB (Red+Green+Blue) = 5+17+59=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 59 (23.44% from 255 or 72.84% from 81); Max value from RGB is 59 - color contains mainly: blue. Hex color #05113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05113B is #FAEEC4. Grayscale: #121212. Windows color (decimal): -16445125 or 3870981. OLE color: 3870981.
HSL color Cylindrical-coordinate representation of color #05113B: hue angle of 226.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05113B is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 17 | 59 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.77 |
| HSL | 226.67º | 0.84% | 0.13% | - |
| HSV(B) | 226.67º | 0.92% | 0.23% | - |
| XYZ | 1.05 | 0.75 | 4.23 | - |
| YUV | 18.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 59 | 0.92 | 0.71 | 0 | 0.77 | 226.67 | 0.84 | 0.13 |
| Hex | 5 | 11 | 3B | 5C | 47 | 0 | 4D | E3 | 54 | D |
| Octal | 5 | 21 | 73 | 134 | 107 | 0 | 115 | 343 | 124 | 15 |
| Binary | 101 | 10001 | 111011 | 1011100 | 1000111 | 0 | 1001101 | 11100011 | 1010100 | 1101 |
Color Harmonies of #05113B
Complementary color
Monochromatic Colors of #05113B
Black with #05113B
Text Example
Text Example
White with #05113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05113B; }
p { color: rgb(5,17,59); }
H1.HeaderClassName
{
color: #05113B;
}
.AnyTagClassName
{
color: #05113B;
}
</style>
background-color css
<style>
a { background-color: #05113B; }
a { background-color: rgb(5,17,59); }
div.DivClassName
{
background-color: #05113B;
}
.BgClassName
{
background-color: #05113B;
}
</style>
border-color css
<style>
span { border-color: #05113B; }
span { border-color: rgb(5,17,59); }
td.TdClassName
{
border-color: #05113B;
}
.TagClassName
{
border-color: #05113B;
}
</style>