Shades of Midnight Express #08124A
Tints of Midnight Express #08124A
RGB
CMYK
RGB Variations
Color information
#08124A (or 0x08124A) is known color: Midnight Express. HEX triplet: 08, 12 and 4A. RGB value is (8,18,74). Sum of RGB (Red+Green+Blue) = 8+18+74=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #08124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08124A is #F7EDB5. Grayscale: #151515. Windows color (decimal): -16248246 or 4854280. OLE color: 4854280.
HSL color Cylindrical-coordinate representation of color #08124A: hue angle of 230.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08124A is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 18 | 74 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.71 |
| HSL | 230.91º | 0.8% | 0.16% | - |
| HSV(B) | 230.91º | 0.89% | 0.29% | - |
| XYZ | 1.55 | 0.98 | 6.59 | - |
| YUV | 21.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 74 | 0.89 | 0.76 | 0 | 0.71 | 230.91 | 0.8 | 0.16 |
| Hex | 8 | 12 | 4A | 59 | 4C | 0 | 47 | E7 | 50 | 10 |
| Octal | 10 | 22 | 112 | 131 | 114 | 0 | 107 | 347 | 120 | 20 |
| Binary | 1000 | 10010 | 1001010 | 1011001 | 1001100 | 0 | 1000111 | 11100111 | 1010000 | 10000 |
Color Harmonies of #08124A
Complementary color
Monochromatic Colors of #08124A
Black with #08124A
Text Example
Text Example
White with #08124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08124A; }
p { color: rgb(8,18,74); }
H1.HeaderClassName
{
color: #08124A;
}
.AnyTagClassName
{
color: #08124A;
}
</style>
background-color css
<style>
a { background-color: #08124A; }
a { background-color: rgb(8,18,74); }
div.DivClassName
{
background-color: #08124A;
}
.BgClassName
{
background-color: #08124A;
}
</style>
border-color css
<style>
span { border-color: #08124A; }
span { border-color: rgb(8,18,74); }
td.TdClassName
{
border-color: #08124A;
}
.TagClassName
{
border-color: #08124A;
}
</style>