Shades of Midnight Express #08122D
Tints of Midnight Express #08122D
RGB
CMYK
RGB Variations
Color information
#08122D (or 0x08122D) is known color: Midnight Express. HEX triplet: 08, 12 and 2D. RGB value is (8,18,45). Sum of RGB (Red+Green+Blue) = 8+18+45=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #08122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08122D is #F7EDD2. Grayscale: #111111. Windows color (decimal): -16248275 or 2953736. OLE color: 2953736.
HSL color Cylindrical-coordinate representation of color #08122D: hue angle of 223.78º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08122D is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 18 | 45 | - |
| CMYK | 0.82 | 0.6 | 0 | 0.82 |
| HSL | 223.78º | 0.7% | 0.1% | - |
| HSV(B) | 223.78º | 0.82% | 0.18% | - |
| XYZ | 0.79 | 0.67 | 2.57 | - |
| YUV | 18.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 45 | 0.82 | 0.6 | 0 | 0.82 | 223.78 | 0.7 | 0.1 |
| Hex | 8 | 12 | 2D | 52 | 3C | 0 | 52 | E0 | 46 | A |
| Octal | 10 | 22 | 55 | 122 | 74 | 0 | 122 | 340 | 106 | 12 |
| Binary | 1000 | 10010 | 101101 | 1010010 | 111100 | 0 | 1010010 | 11100000 | 1000110 | 1010 |
Color Harmonies of #08122D
Complementary color
Monochromatic Colors of #08122D
Black with #08122D
Text Example
Text Example
White with #08122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08122D; }
p { color: rgb(8,18,45); }
H1.HeaderClassName
{
color: #08122D;
}
.AnyTagClassName
{
color: #08122D;
}
</style>
background-color css
<style>
a { background-color: #08122D; }
a { background-color: rgb(8,18,45); }
div.DivClassName
{
background-color: #08122D;
}
.BgClassName
{
background-color: #08122D;
}
</style>
border-color css
<style>
span { border-color: #08122D; }
span { border-color: rgb(8,18,45); }
td.TdClassName
{
border-color: #08122D;
}
.TagClassName
{
border-color: #08122D;
}
</style>