Shades of Midnight Express #050D3C
Tints of Midnight Express #050D3C
RGB
CMYK
RGB Variations
Color information
#050D3C (or 0x050D3C) is known color: Midnight Express. HEX triplet: 05, 0D and 3C. RGB value is (5,13,60). Sum of RGB (Red+Green+Blue) = 5+13+60=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #050D3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D3C is #FAF2C3. Grayscale: #0F0F0F. Windows color (decimal): -16446148 or 3935493. OLE color: 3935493.
HSL color Cylindrical-coordinate representation of color #050D3C: hue angle of 231.27º 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 #050D3C is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 13 | 60 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.76 |
| HSL | 231.27º | 0.85% | 0.13% | - |
| HSV(B) | 231.27º | 0.92% | 0.24% | - |
| XYZ | 1.02 | 0.65 | 4.35 | - |
| YUV | 15.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 60 | 0.92 | 0.78 | 0 | 0.76 | 231.27 | 0.85 | 0.13 |
| Hex | 5 | D | 3C | 5C | 4E | 0 | 4C | E7 | 55 | D |
| Octal | 5 | 15 | 74 | 134 | 116 | 0 | 114 | 347 | 125 | 15 |
| Binary | 101 | 1101 | 111100 | 1011100 | 1001110 | 0 | 1001100 | 11100111 | 1010101 | 1101 |
Color Harmonies of #050D3C
Complementary color
Monochromatic Colors of #050D3C
Black with #050D3C
Text Example
Text Example
White with #050D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D3C; }
p { color: rgb(5,13,60); }
H1.HeaderClassName
{
color: #050D3C;
}
.AnyTagClassName
{
color: #050D3C;
}
</style>
background-color css
<style>
a { background-color: #050D3C; }
a { background-color: rgb(5,13,60); }
div.DivClassName
{
background-color: #050D3C;
}
.BgClassName
{
background-color: #050D3C;
}
</style>
border-color css
<style>
span { border-color: #050D3C; }
span { border-color: rgb(5,13,60); }
td.TdClassName
{
border-color: #050D3C;
}
.TagClassName
{
border-color: #050D3C;
}
</style>