Shades of Midnight Express #06113D
Tints of Midnight Express #06113D
RGB
CMYK
RGB Variations
Color information
#06113D (or 0x06113D) is known color: Midnight Express. HEX triplet: 06, 11 and 3D. RGB value is (6,17,61). Sum of RGB (Red+Green+Blue) = 6+17+61=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #06113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06113D is #F9EEC2. Grayscale: #121212. Windows color (decimal): -16379587 or 4002054. OLE color: 4002054.
HSL color Cylindrical-coordinate representation of color #06113D: hue angle of 228º 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 #06113D is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 17 | 61 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.76 |
| HSL | 228º | 0.82% | 0.13% | - |
| HSV(B) | 228º | 0.9% | 0.24% | - |
| XYZ | 1.12 | 0.78 | 4.51 | - |
| YUV | 18.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 61 | 0.90 | 0.72 | 0 | 0.76 | 228 | 0.82 | 0.13 |
| Hex | 6 | 11 | 3D | 5A | 48 | 0 | 4C | E4 | 52 | D |
| Octal | 6 | 21 | 75 | 132 | 110 | 0 | 114 | 344 | 122 | 15 |
| Binary | 110 | 10001 | 111101 | 1011010 | 1001000 | 0 | 1001100 | 11100100 | 1010010 | 1101 |
Color Harmonies of #06113D
Complementary color
Monochromatic Colors of #06113D
Black with #06113D
Text Example
Text Example
White with #06113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06113D; }
p { color: rgb(6,17,61); }
H1.HeaderClassName
{
color: #06113D;
}
.AnyTagClassName
{
color: #06113D;
}
</style>
background-color css
<style>
a { background-color: #06113D; }
a { background-color: rgb(6,17,61); }
div.DivClassName
{
background-color: #06113D;
}
.BgClassName
{
background-color: #06113D;
}
</style>
border-color css
<style>
span { border-color: #06113D; }
span { border-color: rgb(6,17,61); }
td.TdClassName
{
border-color: #06113D;
}
.TagClassName
{
border-color: #06113D;
}
</style>