Shades of Midnight Express #05142D
Tints of Midnight Express #05142D
RGB
CMYK
RGB Variations
Color information
#05142D (or 0x05142D) is known color: Midnight Express. HEX triplet: 05, 14 and 2D. RGB value is (5,20,45). Sum of RGB (Red+Green+Blue) = 5+20+45=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #05142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05142D is #FAEBD2. Grayscale: #121212. Windows color (decimal): -16444371 or 2954245. OLE color: 2954245.
HSL color Cylindrical-coordinate representation of color #05142D: hue angle of 217.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 #05142D is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 20 | 45 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.82 |
| HSL | 217.5º | 0.8% | 0.1% | - |
| HSV(B) | 217.5º | 0.89% | 0.18% | - |
| XYZ | 0.79 | 0.72 | 2.58 | - |
| YUV | 18.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 45 | 0.89 | 0.56 | 0 | 0.82 | 217.5 | 0.8 | 0.1 |
| Hex | 5 | 14 | 2D | 59 | 38 | 0 | 52 | DA | 50 | A |
| Octal | 5 | 24 | 55 | 131 | 70 | 0 | 122 | 332 | 120 | 12 |
| Binary | 101 | 10100 | 101101 | 1011001 | 111000 | 0 | 1010010 | 11011010 | 1010000 | 1010 |
Color Harmonies of #05142D
Complementary color
Monochromatic Colors of #05142D
Black with #05142D
Text Example
Text Example
White with #05142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05142D; }
p { color: rgb(5,20,45); }
H1.HeaderClassName
{
color: #05142D;
}
.AnyTagClassName
{
color: #05142D;
}
</style>
background-color css
<style>
a { background-color: #05142D; }
a { background-color: rgb(5,20,45); }
div.DivClassName
{
background-color: #05142D;
}
.BgClassName
{
background-color: #05142D;
}
</style>
border-color css
<style>
span { border-color: #05142D; }
span { border-color: rgb(5,20,45); }
td.TdClassName
{
border-color: #05142D;
}
.TagClassName
{
border-color: #05142D;
}
</style>