Shades of Midnight Express #05122B
Tints of Midnight Express #05122B
RGB
CMYK
RGB Variations
Color information
#05122B (or 0x05122B) is known color: Midnight Express. HEX triplet: 05, 12 and 2B. RGB value is (5,18,43). Sum of RGB (Red+Green+Blue) = 5+18+43=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #05122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05122B is #FAEDD4. Grayscale: #101010. Windows color (decimal): -16444885 or 2822661. OLE color: 2822661.
HSL color Cylindrical-coordinate representation of color #05122B: hue angle of 219.47º 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 #05122B is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 18 | 43 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.83 |
| HSL | 219.47º | 0.79% | 0.09% | - |
| HSV(B) | 219.47º | 0.88% | 0.17% | - |
| XYZ | 0.71 | 0.64 | 2.37 | - |
| YUV | 16.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 43 | 0.88 | 0.58 | 0 | 0.83 | 219.47 | 0.79 | 0.09 |
| Hex | 5 | 12 | 2B | 58 | 3A | 0 | 53 | DB | 4F | 9 |
| Octal | 5 | 22 | 53 | 130 | 72 | 0 | 123 | 333 | 117 | 11 |
| Binary | 101 | 10010 | 101011 | 1011000 | 111010 | 0 | 1010011 | 11011011 | 1001111 | 1001 |
Color Harmonies of #05122B
Complementary color
Monochromatic Colors of #05122B
Black with #05122B
Text Example
Text Example
White with #05122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05122B; }
p { color: rgb(5,18,43); }
H1.HeaderClassName
{
color: #05122B;
}
.AnyTagClassName
{
color: #05122B;
}
</style>
background-color css
<style>
a { background-color: #05122B; }
a { background-color: rgb(5,18,43); }
div.DivClassName
{
background-color: #05122B;
}
.BgClassName
{
background-color: #05122B;
}
</style>
border-color css
<style>
span { border-color: #05122B; }
span { border-color: rgb(5,18,43); }
td.TdClassName
{
border-color: #05122B;
}
.TagClassName
{
border-color: #05122B;
}
</style>