Shades of Midnight Express #05163B
Tints of Midnight Express #05163B
RGB
CMYK
RGB Variations
Color information
#05163B (or 0x05163B) is known color: Midnight Express. HEX triplet: 05, 16 and 3B. RGB value is (5,22,59). Sum of RGB (Red+Green+Blue) = 5+22+59=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #05163B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05163B is #FAE9C4. Grayscale: #141414. Windows color (decimal): -16443845 or 3872261. OLE color: 3872261.
HSL color Cylindrical-coordinate representation of color #05163B: hue angle of 221.11º 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 #05163B is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 22 | 59 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.77 |
| HSL | 221.11º | 0.84% | 0.13% | - |
| HSV(B) | 221.11º | 0.92% | 0.23% | - |
| XYZ | 1.14 | 0.92 | 4.26 | - |
| YUV | 21.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 59 | 0.92 | 0.63 | 0 | 0.77 | 221.11 | 0.84 | 0.13 |
| Hex | 5 | 16 | 3B | 5C | 3F | 0 | 4D | DD | 54 | D |
| Octal | 5 | 26 | 73 | 134 | 77 | 0 | 115 | 335 | 124 | 15 |
| Binary | 101 | 10110 | 111011 | 1011100 | 111111 | 0 | 1001101 | 11011101 | 1010100 | 1101 |
Color Harmonies of #05163B
Complementary color
Monochromatic Colors of #05163B
Black with #05163B
Text Example
Text Example
White with #05163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05163B; }
p { color: rgb(5,22,59); }
H1.HeaderClassName
{
color: #05163B;
}
.AnyTagClassName
{
color: #05163B;
}
</style>
background-color css
<style>
a { background-color: #05163B; }
a { background-color: rgb(5,22,59); }
div.DivClassName
{
background-color: #05163B;
}
.BgClassName
{
background-color: #05163B;
}
</style>
border-color css
<style>
span { border-color: #05163B; }
span { border-color: rgb(5,22,59); }
td.TdClassName
{
border-color: #05163B;
}
.TagClassName
{
border-color: #05163B;
}
</style>