Shades of Midnight Express #05122F
Tints of Midnight Express #05122F
RGB
CMYK
RGB Variations
Color information
#05122F (or 0x05122F) is known color: Midnight Express. HEX triplet: 05, 12 and 2F. RGB value is (5,18,47). Sum of RGB (Red+Green+Blue) = 5+18+47=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #05122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05122F is #FAEDD0. Grayscale: #111111. Windows color (decimal): -16444881 or 3084805. OLE color: 3084805.
HSL color Cylindrical-coordinate representation of color #05122F: hue angle of 221.43º 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 #05122F is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 18 | 47 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.82 |
| HSL | 221.43º | 0.81% | 0.1% | - |
| HSV(B) | 221.43º | 0.89% | 0.18% | - |
| XYZ | 0.79 | 0.67 | 2.78 | - |
| YUV | 17.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 47 | 0.89 | 0.62 | 0 | 0.82 | 221.43 | 0.81 | 0.1 |
| Hex | 5 | 12 | 2F | 59 | 3E | 0 | 52 | DD | 51 | A |
| Octal | 5 | 22 | 57 | 131 | 76 | 0 | 122 | 335 | 121 | 12 |
| Binary | 101 | 10010 | 101111 | 1011001 | 111110 | 0 | 1010010 | 11011101 | 1010001 | 1010 |
Color Harmonies of #05122F
Complementary color
Monochromatic Colors of #05122F
Black with #05122F
Text Example
Text Example
White with #05122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05122F; }
p { color: rgb(5,18,47); }
H1.HeaderClassName
{
color: #05122F;
}
.AnyTagClassName
{
color: #05122F;
}
</style>
background-color css
<style>
a { background-color: #05122F; }
a { background-color: rgb(5,18,47); }
div.DivClassName
{
background-color: #05122F;
}
.BgClassName
{
background-color: #05122F;
}
</style>
border-color css
<style>
span { border-color: #05122F; }
span { border-color: rgb(5,18,47); }
td.TdClassName
{
border-color: #05122F;
}
.TagClassName
{
border-color: #05122F;
}
</style>