Shades of Midnight Express #05173B
Tints of Midnight Express #05173B
RGB
CMYK
RGB Variations
Color information
#05173B (or 0x05173B) is known color: Midnight Express. HEX triplet: 05, 17 and 3B. RGB value is (5,23,59). Sum of RGB (Red+Green+Blue) = 5+23+59=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #05173B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05173B is #FAE8C4. Grayscale: #151515. Windows color (decimal): -16443589 or 3872517. OLE color: 3872517.
HSL color Cylindrical-coordinate representation of color #05173B: hue angle of 220º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05173B is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 23 | 59 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.77 |
| HSL | 220º | 0.84% | 0.13% | - |
| HSV(B) | 220º | 0.92% | 0.23% | - |
| XYZ | 1.16 | 0.96 | 4.26 | - |
| YUV | 21.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 59 | 0.92 | 0.61 | 0 | 0.77 | 220 | 0.84 | 0.13 |
| Hex | 5 | 17 | 3B | 5C | 3D | 0 | 4D | DC | 54 | D |
| Octal | 5 | 27 | 73 | 134 | 75 | 0 | 115 | 334 | 124 | 15 |
| Binary | 101 | 10111 | 111011 | 1011100 | 111101 | 0 | 1001101 | 11011100 | 1010100 | 1101 |
Color Harmonies of #05173B
Complementary color
Monochromatic Colors of #05173B
Black with #05173B
Text Example
Text Example
White with #05173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05173B; }
p { color: rgb(5,23,59); }
H1.HeaderClassName
{
color: #05173B;
}
.AnyTagClassName
{
color: #05173B;
}
</style>
background-color css
<style>
a { background-color: #05173B; }
a { background-color: rgb(5,23,59); }
div.DivClassName
{
background-color: #05173B;
}
.BgClassName
{
background-color: #05173B;
}
</style>
border-color css
<style>
span { border-color: #05173B; }
span { border-color: rgb(5,23,59); }
td.TdClassName
{
border-color: #05173B;
}
.TagClassName
{
border-color: #05173B;
}
</style>