Shades of Midnight Express #050C3D
Tints of Midnight Express #050C3D
RGB
CMYK
RGB Variations
Color information
#050C3D (or 0x050C3D) is known color: Midnight Express. HEX triplet: 05, 0C and 3D. RGB value is (5,12,61). Sum of RGB (Red+Green+Blue) = 5+12+61=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 61 (24.22% from 255 or 78.21% from 78); Max value from RGB is 61 - color contains mainly: blue. Hex color #050C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C3D is #FAF3C2. Grayscale: #0F0F0F. Windows color (decimal): -16446403 or 4000773. OLE color: 4000773.
HSL color Cylindrical-coordinate representation of color #050C3D: hue angle of 232.5º 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 #050C3D is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 12 | 61 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.76 |
| HSL | 232.5º | 0.85% | 0.13% | - |
| HSV(B) | 232.5º | 0.92% | 0.24% | - |
| XYZ | 1.04 | 0.63 | 4.48 | - |
| YUV | 15.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 61 | 0.92 | 0.80 | 0 | 0.76 | 232.5 | 0.85 | 0.13 |
| Hex | 5 | C | 3D | 5C | 50 | 0 | 4C | E8 | 55 | D |
| Octal | 5 | 14 | 75 | 134 | 120 | 0 | 114 | 350 | 125 | 15 |
| Binary | 101 | 1100 | 111101 | 1011100 | 1010000 | 0 | 1001100 | 11101000 | 1010101 | 1101 |
Color Harmonies of #050C3D
Complementary color
Monochromatic Colors of #050C3D
Black with #050C3D
Text Example
Text Example
White with #050C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C3D; }
p { color: rgb(5,12,61); }
H1.HeaderClassName
{
color: #050C3D;
}
.AnyTagClassName
{
color: #050C3D;
}
</style>
background-color css
<style>
a { background-color: #050C3D; }
a { background-color: rgb(5,12,61); }
div.DivClassName
{
background-color: #050C3D;
}
.BgClassName
{
background-color: #050C3D;
}
</style>
border-color css
<style>
span { border-color: #050C3D; }
span { border-color: rgb(5,12,61); }
td.TdClassName
{
border-color: #050C3D;
}
.TagClassName
{
border-color: #050C3D;
}
</style>