Shades of Midnight Express #06113E
Tints of Midnight Express #06113E
RGB
CMYK
RGB Variations
Color information
#06113E (or 0x06113E) is known color: Midnight Express. HEX triplet: 06, 11 and 3E. RGB value is (6,17,62). Sum of RGB (Red+Green+Blue) = 6+17+62=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 62 (24.61% from 255 or 72.94% from 85); Max value from RGB is 62 - color contains mainly: blue. Hex color #06113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06113E is #F9EEC1. Grayscale: #121212. Windows color (decimal): -16379586 or 4067590. OLE color: 4067590.
HSL color Cylindrical-coordinate representation of color #06113E: hue angle of 228.21º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06113E is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 17 | 62 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.76 |
| HSL | 228.21º | 0.82% | 0.13% | - |
| HSV(B) | 228.21º | 0.9% | 0.24% | - |
| XYZ | 1.15 | 0.79 | 4.65 | - |
| YUV | 18.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 62 | 0.90 | 0.73 | 0 | 0.76 | 228.21 | 0.82 | 0.13 |
| Hex | 6 | 11 | 3E | 5A | 49 | 0 | 4C | E4 | 52 | D |
| Octal | 6 | 21 | 76 | 132 | 111 | 0 | 114 | 344 | 122 | 15 |
| Binary | 110 | 10001 | 111110 | 1011010 | 1001001 | 0 | 1001100 | 11100100 | 1010010 | 1101 |
Color Harmonies of #06113E
Complementary color
Monochromatic Colors of #06113E
Black with #06113E
Text Example
Text Example
White with #06113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06113E; }
p { color: rgb(6,17,62); }
H1.HeaderClassName
{
color: #06113E;
}
.AnyTagClassName
{
color: #06113E;
}
</style>
background-color css
<style>
a { background-color: #06113E; }
a { background-color: rgb(6,17,62); }
div.DivClassName
{
background-color: #06113E;
}
.BgClassName
{
background-color: #06113E;
}
</style>
border-color css
<style>
span { border-color: #06113E; }
span { border-color: rgb(6,17,62); }
td.TdClassName
{
border-color: #06113E;
}
.TagClassName
{
border-color: #06113E;
}
</style>