Shades of Midnight Express #051945
Tints of Midnight Express #051945
RGB
CMYK
RGB Variations
Color information
#051945 (or 0x051945) is known color: Midnight Express. HEX triplet: 05, 19 and 45. RGB value is (5,25,69). Sum of RGB (Red+Green+Blue) = 5+25+69=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #051945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051945 is #FAE6BA. Grayscale: #171717. Windows color (decimal): -16443067 or 4528389. OLE color: 4528389.
HSL color Cylindrical-coordinate representation of color #051945: hue angle of 221.25º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051945 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 25 | 69 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.73 |
| HSL | 221.25º | 0.86% | 0.15% | - |
| HSV(B) | 221.25º | 0.93% | 0.27% | - |
| XYZ | 1.48 | 1.16 | 5.78 | - |
| YUV | 24.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 69 | 0.93 | 0.64 | 0 | 0.73 | 221.25 | 0.86 | 0.15 |
| Hex | 5 | 19 | 45 | 5D | 40 | 0 | 49 | DD | 56 | F |
| Octal | 5 | 31 | 105 | 135 | 100 | 0 | 111 | 335 | 126 | 17 |
| Binary | 101 | 11001 | 1000101 | 1011101 | 1000000 | 0 | 1001001 | 11011101 | 1010110 | 1111 |
Color Harmonies of #051945
Complementary color
Monochromatic Colors of #051945
Black with #051945
Text Example
Text Example
White with #051945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051945; }
p { color: rgb(5,25,69); }
H1.HeaderClassName
{
color: #051945;
}
.AnyTagClassName
{
color: #051945;
}
</style>
background-color css
<style>
a { background-color: #051945; }
a { background-color: rgb(5,25,69); }
div.DivClassName
{
background-color: #051945;
}
.BgClassName
{
background-color: #051945;
}
</style>
border-color css
<style>
span { border-color: #051945; }
span { border-color: rgb(5,25,69); }
td.TdClassName
{
border-color: #051945;
}
.TagClassName
{
border-color: #051945;
}
</style>