Shades of Midnight Express #051C43
Tints of Midnight Express #051C43
RGB
CMYK
RGB Variations
Color information
#051C43 (or 0x051C43) is known color: Midnight Express. HEX triplet: 05, 1C and 43. RGB value is (5,28,67). Sum of RGB (Red+Green+Blue) = 5+28+67=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #051C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C43 is #FAE3BC. Grayscale: #191919. Windows color (decimal): -16442301 or 4398085. OLE color: 4398085.
HSL color Cylindrical-coordinate representation of color #051C43: hue angle of 217.74º 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 #051C43 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 28 | 67 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.74 |
| HSL | 217.74º | 0.86% | 0.14% | - |
| HSV(B) | 217.74º | 0.93% | 0.26% | - |
| XYZ | 1.49 | 1.27 | 5.48 | - |
| YUV | 25.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 67 | 0.93 | 0.58 | 0 | 0.74 | 217.74 | 0.86 | 0.14 |
| Hex | 5 | 1C | 43 | 5D | 3A | 0 | 4A | DA | 56 | E |
| Octal | 5 | 34 | 103 | 135 | 72 | 0 | 112 | 332 | 126 | 16 |
| Binary | 101 | 11100 | 1000011 | 1011101 | 111010 | 0 | 1001010 | 11011010 | 1010110 | 1110 |
Color Harmonies of #051C43
Complementary color
Monochromatic Colors of #051C43
Black with #051C43
Text Example
Text Example
White with #051C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C43; }
p { color: rgb(5,28,67); }
H1.HeaderClassName
{
color: #051C43;
}
.AnyTagClassName
{
color: #051C43;
}
</style>
background-color css
<style>
a { background-color: #051C43; }
a { background-color: rgb(5,28,67); }
div.DivClassName
{
background-color: #051C43;
}
.BgClassName
{
background-color: #051C43;
}
</style>
border-color css
<style>
span { border-color: #051C43; }
span { border-color: rgb(5,28,67); }
td.TdClassName
{
border-color: #051C43;
}
.TagClassName
{
border-color: #051C43;
}
</style>