Shades of Midnight Express #08123A
Tints of Midnight Express #08123A
RGB
CMYK
RGB Variations
Color information
#08123A (or 0x08123A) is known color: Midnight Express. HEX triplet: 08, 12 and 3A. RGB value is (8,18,58). Sum of RGB (Red+Green+Blue) = 8+18+58=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #08123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08123A is #F7EDC5. Grayscale: #131313. Windows color (decimal): -16248262 or 3805704. OLE color: 3805704.
HSL color Cylindrical-coordinate representation of color #08123A: hue angle of 228º 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 #08123A is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 18 | 58 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.77 |
| HSL | 228º | 0.76% | 0.13% | - |
| HSV(B) | 228º | 0.86% | 0.23% | - |
| XYZ | 1.08 | 0.79 | 4.1 | - |
| YUV | 19.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 58 | 0.86 | 0.69 | 0 | 0.77 | 228 | 0.76 | 0.13 |
| Hex | 8 | 12 | 3A | 56 | 45 | 0 | 4D | E4 | 4C | D |
| Octal | 10 | 22 | 72 | 126 | 105 | 0 | 115 | 344 | 114 | 15 |
| Binary | 1000 | 10010 | 111010 | 1010110 | 1000101 | 0 | 1001101 | 11100100 | 1001100 | 1101 |
Color Harmonies of #08123A
Complementary color
Monochromatic Colors of #08123A
Black with #08123A
Text Example
Text Example
White with #08123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08123A; }
p { color: rgb(8,18,58); }
H1.HeaderClassName
{
color: #08123A;
}
.AnyTagClassName
{
color: #08123A;
}
</style>
background-color css
<style>
a { background-color: #08123A; }
a { background-color: rgb(8,18,58); }
div.DivClassName
{
background-color: #08123A;
}
.BgClassName
{
background-color: #08123A;
}
</style>
border-color css
<style>
span { border-color: #08123A; }
span { border-color: rgb(8,18,58); }
td.TdClassName
{
border-color: #08123A;
}
.TagClassName
{
border-color: #08123A;
}
</style>