Shades of Midnight Express #051840
Tints of Midnight Express #051840
RGB
CMYK
RGB Variations
Color information
#051840 (or 0x051840) is known color: Midnight Express. HEX triplet: 05, 18 and 40. RGB value is (5,24,64). Sum of RGB (Red+Green+Blue) = 5+24+64=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #051840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051840 is #FAE7BF. Grayscale: #161616. Windows color (decimal): -16443328 or 4200453. OLE color: 4200453.
HSL color Cylindrical-coordinate representation of color #051840: hue angle of 220.68º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051840 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 24 | 64 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.75 |
| HSL | 220.68º | 0.86% | 0.14% | - |
| HSV(B) | 220.68º | 0.92% | 0.25% | - |
| XYZ | 1.31 | 1.06 | 4.98 | - |
| YUV | 22.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 64 | 0.92 | 0.62 | 0 | 0.75 | 220.68 | 0.86 | 0.14 |
| Hex | 5 | 18 | 40 | 5C | 3E | 0 | 4B | DD | 56 | E |
| Octal | 5 | 30 | 100 | 134 | 76 | 0 | 113 | 335 | 126 | 16 |
| Binary | 101 | 11000 | 1000000 | 1011100 | 111110 | 0 | 1001011 | 11011101 | 1010110 | 1110 |
Color Harmonies of #051840
Complementary color
Monochromatic Colors of #051840
Black with #051840
Text Example
Text Example
White with #051840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051840; }
p { color: rgb(5,24,64); }
H1.HeaderClassName
{
color: #051840;
}
.AnyTagClassName
{
color: #051840;
}
</style>
background-color css
<style>
a { background-color: #051840; }
a { background-color: rgb(5,24,64); }
div.DivClassName
{
background-color: #051840;
}
.BgClassName
{
background-color: #051840;
}
</style>
border-color css
<style>
span { border-color: #051840; }
span { border-color: rgb(5,24,64); }
td.TdClassName
{
border-color: #051840;
}
.TagClassName
{
border-color: #051840;
}
</style>