Shades of Midnight Express #05122D
Tints of Midnight Express #05122D
RGB
CMYK
RGB Variations
Color information
#05122D (or 0x05122D) is known color: Midnight Express. HEX triplet: 05, 12 and 2D. RGB value is (5,18,45). Sum of RGB (Red+Green+Blue) = 5+18+45=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #05122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05122D is #FAEDD2. Grayscale: #111111. Windows color (decimal): -16444883 or 2953733. OLE color: 2953733.
HSL color Cylindrical-coordinate representation of color #05122D: hue angle of 220.5º degrees, saturation: 0.8, 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 #05122D is Cyan = 0.89, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 18 | 45 | - |
| CMYK | 0.89 | 0.6 | 0 | 0.82 |
| HSL | 220.5º | 0.8% | 0.1% | - |
| HSV(B) | 220.5º | 0.89% | 0.18% | - |
| XYZ | 0.75 | 0.65 | 2.57 | - |
| YUV | 17.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 45 | 0.89 | 0.6 | 0 | 0.82 | 220.5 | 0.8 | 0.1 |
| Hex | 5 | 12 | 2D | 59 | 3C | 0 | 52 | DC | 50 | A |
| Octal | 5 | 22 | 55 | 131 | 74 | 0 | 122 | 334 | 120 | 12 |
| Binary | 101 | 10010 | 101101 | 1011001 | 111100 | 0 | 1010010 | 11011100 | 1010000 | 1010 |
Color Harmonies of #05122D
Complementary color
Monochromatic Colors of #05122D
Black with #05122D
Text Example
Text Example
White with #05122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05122D; }
p { color: rgb(5,18,45); }
H1.HeaderClassName
{
color: #05122D;
}
.AnyTagClassName
{
color: #05122D;
}
</style>
background-color css
<style>
a { background-color: #05122D; }
a { background-color: rgb(5,18,45); }
div.DivClassName
{
background-color: #05122D;
}
.BgClassName
{
background-color: #05122D;
}
</style>
border-color css
<style>
span { border-color: #05122D; }
span { border-color: rgb(5,18,45); }
td.TdClassName
{
border-color: #05122D;
}
.TagClassName
{
border-color: #05122D;
}
</style>