Shades of Midnight Express #05183A
Tints of Midnight Express #05183A
RGB
CMYK
RGB Variations
Color information
#05183A (or 0x05183A) is known color: Midnight Express. HEX triplet: 05, 18 and 3A. RGB value is (5,24,58). Sum of RGB (Red+Green+Blue) = 5+24+58=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #05183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05183A is #FAE7C5. Grayscale: #161616. Windows color (decimal): -16443334 or 3807237. OLE color: 3807237.
HSL color Cylindrical-coordinate representation of color #05183A: hue angle of 218.49º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05183A is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 24 | 58 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.77 |
| HSL | 218.49º | 0.84% | 0.12% | - |
| HSV(B) | 218.49º | 0.91% | 0.23% | - |
| XYZ | 1.15 | 0.99 | 4.13 | - |
| YUV | 22.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 58 | 0.91 | 0.59 | 0 | 0.77 | 218.49 | 0.84 | 0.12 |
| Hex | 5 | 18 | 3A | 5B | 3B | 0 | 4D | DA | 54 | C |
| Octal | 5 | 30 | 72 | 133 | 73 | 0 | 115 | 332 | 124 | 14 |
| Binary | 101 | 11000 | 111010 | 1011011 | 111011 | 0 | 1001101 | 11011010 | 1010100 | 1100 |
Color Harmonies of #05183A
Complementary color
Monochromatic Colors of #05183A
Black with #05183A
Text Example
Text Example
White with #05183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05183A; }
p { color: rgb(5,24,58); }
H1.HeaderClassName
{
color: #05183A;
}
.AnyTagClassName
{
color: #05183A;
}
</style>
background-color css
<style>
a { background-color: #05183A; }
a { background-color: rgb(5,24,58); }
div.DivClassName
{
background-color: #05183A;
}
.BgClassName
{
background-color: #05183A;
}
</style>
border-color css
<style>
span { border-color: #05183A; }
span { border-color: rgb(5,24,58); }
td.TdClassName
{
border-color: #05183A;
}
.TagClassName
{
border-color: #05183A;
}
</style>