Shades of Midnight Express #06053F
Tints of Midnight Express #06053F
RGB
CMYK
RGB Variations
Color information
#06053F (or 0x06053F) is known color: Midnight Express. HEX triplet: 06, 05 and 3F. RGB value is (6,5,63). Sum of RGB (Red+Green+Blue) = 6+5+63=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 63 (25% from 255 or 85.14% from 74); Max value from RGB is 63 - color contains mainly: blue. Hex color #06053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06053F is #F9FAC0. Grayscale: #0B0B0B. Windows color (decimal): -16382657 or 4130054. OLE color: 4130054.
HSL color Cylindrical-coordinate representation of color #06053F: hue angle of 241.03º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06053F is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 5 | 63 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.75 |
| HSL | 241.03º | 0.85% | 0.13% | - |
| HSV(B) | 241.03º | 0.92% | 0.25% | - |
| XYZ | 1.03 | 0.51 | 4.75 | - |
| YUV | 11.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 63 | 0.90 | 0.92 | 0 | 0.75 | 241.03 | 0.85 | 0.13 |
| Hex | 6 | 5 | 3F | 5A | 5C | 0 | 4B | F1 | 55 | D |
| Octal | 6 | 5 | 77 | 132 | 134 | 0 | 113 | 361 | 125 | 15 |
| Binary | 110 | 101 | 111111 | 1011010 | 1011100 | 0 | 1001011 | 11110001 | 1010101 | 1101 |
Color Harmonies of #06053F
Complementary color
Monochromatic Colors of #06053F
Black with #06053F
Text Example
Text Example
White with #06053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06053F; }
p { color: rgb(6,5,63); }
H1.HeaderClassName
{
color: #06053F;
}
.AnyTagClassName
{
color: #06053F;
}
</style>
background-color css
<style>
a { background-color: #06053F; }
a { background-color: rgb(6,5,63); }
div.DivClassName
{
background-color: #06053F;
}
.BgClassName
{
background-color: #06053F;
}
</style>
border-color css
<style>
span { border-color: #06053F; }
span { border-color: rgb(6,5,63); }
td.TdClassName
{
border-color: #06053F;
}
.TagClassName
{
border-color: #06053F;
}
</style>