Shades of Midnight Express #051343
Tints of Midnight Express #051343
RGB
CMYK
RGB Variations
Color information
#051343 (or 0x051343) is known color: Midnight Express. HEX triplet: 05, 13 and 43. RGB value is (5,19,67). Sum of RGB (Red+Green+Blue) = 5+19+67=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 67 (26.56% from 255 or 73.63% from 91); Max value from RGB is 67 - color contains mainly: blue. Hex color #051343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051343 is #FAECBC. Grayscale: #141414. Windows color (decimal): -16444605 or 4395781. OLE color: 4395781.
HSL color Cylindrical-coordinate representation of color #051343: hue angle of 226.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051343 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 19 | 67 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.74 |
| HSL | 226.45º | 0.86% | 0.14% | - |
| HSV(B) | 226.45º | 0.93% | 0.26% | - |
| XYZ | 1.31 | 0.9 | 5.42 | - |
| YUV | 20.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 67 | 0.93 | 0.72 | 0 | 0.74 | 226.45 | 0.86 | 0.14 |
| Hex | 5 | 13 | 43 | 5D | 48 | 0 | 4A | E2 | 56 | E |
| Octal | 5 | 23 | 103 | 135 | 110 | 0 | 112 | 342 | 126 | 16 |
| Binary | 101 | 10011 | 1000011 | 1011101 | 1001000 | 0 | 1001010 | 11100010 | 1010110 | 1110 |
Color Harmonies of #051343
Complementary color
Monochromatic Colors of #051343
Black with #051343
Text Example
Text Example
White with #051343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051343; }
p { color: rgb(5,19,67); }
H1.HeaderClassName
{
color: #051343;
}
.AnyTagClassName
{
color: #051343;
}
</style>
background-color css
<style>
a { background-color: #051343; }
a { background-color: rgb(5,19,67); }
div.DivClassName
{
background-color: #051343;
}
.BgClassName
{
background-color: #051343;
}
</style>
border-color css
<style>
span { border-color: #051343; }
span { border-color: rgb(5,19,67); }
td.TdClassName
{
border-color: #051343;
}
.TagClassName
{
border-color: #051343;
}
</style>