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