Shades of Midnight Express #06163D
Tints of Midnight Express #06163D
RGB
CMYK
RGB Variations
Color information
#06163D (or 0x06163D) is known color: Midnight Express. HEX triplet: 06, 16 and 3D. RGB value is (6,22,61). Sum of RGB (Red+Green+Blue) = 6+22+61=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #06163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06163D is #F9E9C2. Grayscale: #151515. Windows color (decimal): -16378307 or 4003334. OLE color: 4003334.
HSL color Cylindrical-coordinate representation of color #06163D: hue angle of 222.55º 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 #06163D is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 22 | 61 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.76 |
| HSL | 222.55º | 0.82% | 0.13% | - |
| HSV(B) | 222.55º | 0.9% | 0.24% | - |
| XYZ | 1.2 | 0.95 | 4.53 | - |
| YUV | 21.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 61 | 0.90 | 0.64 | 0 | 0.76 | 222.55 | 0.82 | 0.13 |
| Hex | 6 | 16 | 3D | 5A | 40 | 0 | 4C | DF | 52 | D |
| Octal | 6 | 26 | 75 | 132 | 100 | 0 | 114 | 337 | 122 | 15 |
| Binary | 110 | 10110 | 111101 | 1011010 | 1000000 | 0 | 1001100 | 11011111 | 1010010 | 1101 |
Color Harmonies of #06163D
Complementary color
Monochromatic Colors of #06163D
Black with #06163D
Text Example
Text Example
White with #06163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06163D; }
p { color: rgb(6,22,61); }
H1.HeaderClassName
{
color: #06163D;
}
.AnyTagClassName
{
color: #06163D;
}
</style>
background-color css
<style>
a { background-color: #06163D; }
a { background-color: rgb(6,22,61); }
div.DivClassName
{
background-color: #06163D;
}
.BgClassName
{
background-color: #06163D;
}
</style>
border-color css
<style>
span { border-color: #06163D; }
span { border-color: rgb(6,22,61); }
td.TdClassName
{
border-color: #06163D;
}
.TagClassName
{
border-color: #06163D;
}
</style>