Shades of Midnight Express #05112F
Tints of Midnight Express #05112F
RGB
CMYK
RGB Variations
Color information
#05112F (or 0x05112F) is known color: Midnight Express. HEX triplet: 05, 11 and 2F. RGB value is (5,17,47). Sum of RGB (Red+Green+Blue) = 5+17+47=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #05112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05112F is #FAEED0. Grayscale: #101010. Windows color (decimal): -16445137 or 3084549. OLE color: 3084549.
HSL color Cylindrical-coordinate representation of color #05112F: hue angle of 222.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05112F is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 17 | 47 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.82 |
| HSL | 222.86º | 0.81% | 0.1% | - |
| HSV(B) | 222.86º | 0.89% | 0.18% | - |
| XYZ | 0.78 | 0.64 | 2.77 | - |
| YUV | 16.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 47 | 0.89 | 0.64 | 0 | 0.82 | 222.86 | 0.81 | 0.1 |
| Hex | 5 | 11 | 2F | 59 | 40 | 0 | 52 | DF | 51 | A |
| Octal | 5 | 21 | 57 | 131 | 100 | 0 | 122 | 337 | 121 | 12 |
| Binary | 101 | 10001 | 101111 | 1011001 | 1000000 | 0 | 1010010 | 11011111 | 1010001 | 1010 |
Color Harmonies of #05112F
Complementary color
Monochromatic Colors of #05112F
Black with #05112F
Text Example
Text Example
White with #05112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05112F; }
p { color: rgb(5,17,47); }
H1.HeaderClassName
{
color: #05112F;
}
.AnyTagClassName
{
color: #05112F;
}
</style>
background-color css
<style>
a { background-color: #05112F; }
a { background-color: rgb(5,17,47); }
div.DivClassName
{
background-color: #05112F;
}
.BgClassName
{
background-color: #05112F;
}
</style>
border-color css
<style>
span { border-color: #05112F; }
span { border-color: rgb(5,17,47); }
td.TdClassName
{
border-color: #05112F;
}
.TagClassName
{
border-color: #05112F;
}
</style>