Shades of Midnight Express #051A3C
Tints of Midnight Express #051A3C
RGB
CMYK
RGB Variations
Color information
#051A3C (or 0x051A3C) is known color: Midnight Express. HEX triplet: 05, 1A and 3C. RGB value is (5,26,60). Sum of RGB (Red+Green+Blue) = 5+26+60=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #051A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A3C is #FAE5C3. Grayscale: #171717. Windows color (decimal): -16442820 or 3938821. OLE color: 3938821.
HSL color Cylindrical-coordinate representation of color #051A3C: hue angle of 217.09º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051A3C is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 26 | 60 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.76 |
| HSL | 217.09º | 0.85% | 0.13% | - |
| HSV(B) | 217.09º | 0.92% | 0.24% | - |
| XYZ | 1.25 | 1.1 | 4.42 | - |
| YUV | 23.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 60 | 0.92 | 0.57 | 0 | 0.76 | 217.09 | 0.85 | 0.13 |
| Hex | 5 | 1A | 3C | 5C | 39 | 0 | 4C | D9 | 55 | D |
| Octal | 5 | 32 | 74 | 134 | 71 | 0 | 114 | 331 | 125 | 15 |
| Binary | 101 | 11010 | 111100 | 1011100 | 111001 | 0 | 1001100 | 11011001 | 1010101 | 1101 |
Color Harmonies of #051A3C
Complementary color
Monochromatic Colors of #051A3C
Black with #051A3C
Text Example
Text Example
White with #051A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A3C; }
p { color: rgb(5,26,60); }
H1.HeaderClassName
{
color: #051A3C;
}
.AnyTagClassName
{
color: #051A3C;
}
</style>
background-color css
<style>
a { background-color: #051A3C; }
a { background-color: rgb(5,26,60); }
div.DivClassName
{
background-color: #051A3C;
}
.BgClassName
{
background-color: #051A3C;
}
</style>
border-color css
<style>
span { border-color: #051A3C; }
span { border-color: rgb(5,26,60); }
td.TdClassName
{
border-color: #051A3C;
}
.TagClassName
{
border-color: #051A3C;
}
</style>