Shades of Midnight Express #08163D
Tints of Midnight Express #08163D
RGB
CMYK
RGB Variations
Color information
#08163D (or 0x08163D) is known color: Midnight Express. HEX triplet: 08, 16 and 3D. RGB value is (8,22,61). Sum of RGB (Red+Green+Blue) = 8+22+61=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #08163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08163D is #F7E9C2. Grayscale: #161616. Windows color (decimal): -16247235 or 4003336. OLE color: 4003336.
HSL color Cylindrical-coordinate representation of color #08163D: hue angle of 224.15º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08163D is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 22 | 61 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.76 |
| HSL | 224.15º | 0.77% | 0.14% | - |
| HSV(B) | 224.15º | 0.87% | 0.24% | - |
| XYZ | 1.23 | 0.96 | 4.54 | - |
| YUV | 22.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 61 | 0.87 | 0.64 | 0 | 0.76 | 224.15 | 0.77 | 0.14 |
| Hex | 8 | 16 | 3D | 57 | 40 | 0 | 4C | E0 | 4D | E |
| Octal | 10 | 26 | 75 | 127 | 100 | 0 | 114 | 340 | 115 | 16 |
| Binary | 1000 | 10110 | 111101 | 1010111 | 1000000 | 0 | 1001100 | 11100000 | 1001101 | 1110 |
Color Harmonies of #08163D
Complementary color
Monochromatic Colors of #08163D
Black with #08163D
Text Example
Text Example
White with #08163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08163D; }
p { color: rgb(8,22,61); }
H1.HeaderClassName
{
color: #08163D;
}
.AnyTagClassName
{
color: #08163D;
}
</style>
background-color css
<style>
a { background-color: #08163D; }
a { background-color: rgb(8,22,61); }
div.DivClassName
{
background-color: #08163D;
}
.BgClassName
{
background-color: #08163D;
}
</style>
border-color css
<style>
span { border-color: #08163D; }
span { border-color: rgb(8,22,61); }
td.TdClassName
{
border-color: #08163D;
}
.TagClassName
{
border-color: #08163D;
}
</style>