Shades of Midnight Express #08163A
Tints of Midnight Express #08163A
RGB
CMYK
RGB Variations
Color information
#08163A (or 0x08163A) is known color: Midnight Express. HEX triplet: 08, 16 and 3A. RGB value is (8,22,58). Sum of RGB (Red+Green+Blue) = 8+22+58=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #08163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08163A is #F7E9C5. Grayscale: #151515. Windows color (decimal): -16247238 or 3806728. OLE color: 3806728.
HSL color Cylindrical-coordinate representation of color #08163A: hue angle of 223.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08163A is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 22 | 58 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.77 |
| HSL | 223.2º | 0.76% | 0.13% | - |
| HSV(B) | 223.2º | 0.86% | 0.23% | - |
| XYZ | 1.15 | 0.93 | 4.12 | - |
| YUV | 21.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 58 | 0.86 | 0.62 | 0 | 0.77 | 223.2 | 0.76 | 0.13 |
| Hex | 8 | 16 | 3A | 56 | 3E | 0 | 4D | DF | 4C | D |
| Octal | 10 | 26 | 72 | 126 | 76 | 0 | 115 | 337 | 114 | 15 |
| Binary | 1000 | 10110 | 111010 | 1010110 | 111110 | 0 | 1001101 | 11011111 | 1001100 | 1101 |
Color Harmonies of #08163A
Complementary color
Monochromatic Colors of #08163A
Black with #08163A
Text Example
Text Example
White with #08163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08163A; }
p { color: rgb(8,22,58); }
H1.HeaderClassName
{
color: #08163A;
}
.AnyTagClassName
{
color: #08163A;
}
</style>
background-color css
<style>
a { background-color: #08163A; }
a { background-color: rgb(8,22,58); }
div.DivClassName
{
background-color: #08163A;
}
.BgClassName
{
background-color: #08163A;
}
</style>
border-color css
<style>
span { border-color: #08163A; }
span { border-color: rgb(8,22,58); }
td.TdClassName
{
border-color: #08163A;
}
.TagClassName
{
border-color: #08163A;
}
</style>