Shades of Midnight Express #051745
Tints of Midnight Express #051745
RGB
CMYK
RGB Variations
Color information
#051745 (or 0x051745) is known color: Midnight Express. HEX triplet: 05, 17 and 45. RGB value is (5,23,69). Sum of RGB (Red+Green+Blue) = 5+23+69=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 69 (27.34% from 255 or 71.13% from 97); Max value from RGB is 69 - color contains mainly: blue. Hex color #051745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051745 is #FAE8BA. Grayscale: #161616. Windows color (decimal): -16443579 or 4527877. OLE color: 4527877.
HSL color Cylindrical-coordinate representation of color #051745: hue angle of 223.12º 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 #051745 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 23 | 69 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.73 |
| HSL | 223.13º | 0.86% | 0.15% | - |
| HSV(B) | 223.13º | 0.93% | 0.27% | - |
| XYZ | 1.44 | 1.07 | 5.76 | - |
| YUV | 22.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 69 | 0.93 | 0.67 | 0 | 0.73 | 223.13 | 0.86 | 0.15 |
| Hex | 5 | 17 | 45 | 5D | 43 | 0 | 49 | DF | 56 | F |
| Octal | 5 | 27 | 105 | 135 | 103 | 0 | 111 | 337 | 126 | 17 |
| Binary | 101 | 10111 | 1000101 | 1011101 | 1000011 | 0 | 1001001 | 11011111 | 1010110 | 1111 |
Color Harmonies of #051745
Complementary color
Monochromatic Colors of #051745
Black with #051745
Text Example
Text Example
White with #051745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051745; }
p { color: rgb(5,23,69); }
H1.HeaderClassName
{
color: #051745;
}
.AnyTagClassName
{
color: #051745;
}
</style>
background-color css
<style>
a { background-color: #051745; }
a { background-color: rgb(5,23,69); }
div.DivClassName
{
background-color: #051745;
}
.BgClassName
{
background-color: #051745;
}
</style>
border-color css
<style>
span { border-color: #051745; }
span { border-color: rgb(5,23,69); }
td.TdClassName
{
border-color: #051745;
}
.TagClassName
{
border-color: #051745;
}
</style>