Shades of Midnight Express #050F3A
Tints of Midnight Express #050F3A
RGB
CMYK
RGB Variations
Color information
#050F3A (or 0x050F3A) is known color: Midnight Express. HEX triplet: 05, 0F and 3A. RGB value is (5,15,58). Sum of RGB (Red+Green+Blue) = 5+15+58=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 58 (23.05% from 255 or 74.36% from 78); Max value from RGB is 58 - color contains mainly: blue. Hex color #050F3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F3A is #FAF0C5. Grayscale: #101010. Windows color (decimal): -16445638 or 3804933. OLE color: 3804933.
HSL color Cylindrical-coordinate representation of color #050F3A: hue angle of 228.68º 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 #050F3A is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 15 | 58 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.77 |
| HSL | 228.68º | 0.84% | 0.12% | - |
| HSV(B) | 228.68º | 0.91% | 0.23% | - |
| XYZ | 1 | 0.68 | 4.08 | - |
| YUV | 16.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 58 | 0.91 | 0.74 | 0 | 0.77 | 228.68 | 0.84 | 0.12 |
| Hex | 5 | F | 3A | 5B | 4A | 0 | 4D | E5 | 54 | C |
| Octal | 5 | 17 | 72 | 133 | 112 | 0 | 115 | 345 | 124 | 14 |
| Binary | 101 | 1111 | 111010 | 1011011 | 1001010 | 0 | 1001101 | 11100101 | 1010100 | 1100 |
Color Harmonies of #050F3A
Complementary color
Monochromatic Colors of #050F3A
Black with #050F3A
Text Example
Text Example
White with #050F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F3A; }
p { color: rgb(5,15,58); }
H1.HeaderClassName
{
color: #050F3A;
}
.AnyTagClassName
{
color: #050F3A;
}
</style>
background-color css
<style>
a { background-color: #050F3A; }
a { background-color: rgb(5,15,58); }
div.DivClassName
{
background-color: #050F3A;
}
.BgClassName
{
background-color: #050F3A;
}
</style>
border-color css
<style>
span { border-color: #050F3A; }
span { border-color: rgb(5,15,58); }
td.TdClassName
{
border-color: #050F3A;
}
.TagClassName
{
border-color: #050F3A;
}
</style>