Shades of Midnight Express #051342
Tints of Midnight Express #051342
RGB
CMYK
RGB Variations
Color information
#051342 (or 0x051342) is known color: Midnight Express. HEX triplet: 05, 13 and 42. RGB value is (5,19,66). Sum of RGB (Red+Green+Blue) = 5+19+66=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #051342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051342 is #FAECBD. Grayscale: #131313. Windows color (decimal): -16444606 or 4330245. OLE color: 4330245.
HSL color Cylindrical-coordinate representation of color #051342: hue angle of 226.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051342 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 19 | 66 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.74 |
| HSL | 226.23º | 0.86% | 0.14% | - |
| HSV(B) | 226.23º | 0.92% | 0.26% | - |
| XYZ | 1.28 | 0.89 | 5.26 | - |
| YUV | 20.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 66 | 0.92 | 0.71 | 0 | 0.74 | 226.23 | 0.86 | 0.14 |
| Hex | 5 | 13 | 42 | 5C | 47 | 0 | 4A | E2 | 56 | E |
| Octal | 5 | 23 | 102 | 134 | 107 | 0 | 112 | 342 | 126 | 16 |
| Binary | 101 | 10011 | 1000010 | 1011100 | 1000111 | 0 | 1001010 | 11100010 | 1010110 | 1110 |
Color Harmonies of #051342
Complementary color
Monochromatic Colors of #051342
Black with #051342
Text Example
Text Example
White with #051342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051342; }
p { color: rgb(5,19,66); }
H1.HeaderClassName
{
color: #051342;
}
.AnyTagClassName
{
color: #051342;
}
</style>
background-color css
<style>
a { background-color: #051342; }
a { background-color: rgb(5,19,66); }
div.DivClassName
{
background-color: #051342;
}
.BgClassName
{
background-color: #051342;
}
</style>
border-color css
<style>
span { border-color: #051342; }
span { border-color: rgb(5,19,66); }
td.TdClassName
{
border-color: #051342;
}
.TagClassName
{
border-color: #051342;
}
</style>