Shades of Midnight Express #05112B
Tints of Midnight Express #05112B
RGB
CMYK
RGB Variations
Color information
#05112B (or 0x05112B) is known color: Midnight Express. HEX triplet: 05, 11 and 2B. RGB value is (5,17,43). Sum of RGB (Red+Green+Blue) = 5+17+43=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #05112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05112B is #FAEED4. Grayscale: #101010. Windows color (decimal): -16445141 or 2822405. OLE color: 2822405.
HSL color Cylindrical-coordinate representation of color #05112B: hue angle of 221.05º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05112B is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 17 | 43 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.83 |
| HSL | 221.05º | 0.79% | 0.09% | - |
| HSV(B) | 221.05º | 0.88% | 0.17% | - |
| XYZ | 0.7 | 0.61 | 2.37 | - |
| YUV | 16.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 43 | 0.88 | 0.60 | 0 | 0.83 | 221.05 | 0.79 | 0.09 |
| Hex | 5 | 11 | 2B | 58 | 3C | 0 | 53 | DD | 4F | 9 |
| Octal | 5 | 21 | 53 | 130 | 74 | 0 | 123 | 335 | 117 | 11 |
| Binary | 101 | 10001 | 101011 | 1011000 | 111100 | 0 | 1010011 | 11011101 | 1001111 | 1001 |
Color Harmonies of #05112B
Complementary color
Monochromatic Colors of #05112B
Black with #05112B
Text Example
Text Example
White with #05112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05112B; }
p { color: rgb(5,17,43); }
H1.HeaderClassName
{
color: #05112B;
}
.AnyTagClassName
{
color: #05112B;
}
</style>
background-color css
<style>
a { background-color: #05112B; }
a { background-color: rgb(5,17,43); }
div.DivClassName
{
background-color: #05112B;
}
.BgClassName
{
background-color: #05112B;
}
</style>
border-color css
<style>
span { border-color: #05112B; }
span { border-color: rgb(5,17,43); }
td.TdClassName
{
border-color: #05112B;
}
.TagClassName
{
border-color: #05112B;
}
</style>