Shades of Midnight Express #08123D
Tints of Midnight Express #08123D
RGB
CMYK
RGB Variations
Color information
#08123D (or 0x08123D) is known color: Midnight Express. HEX triplet: 08, 12 and 3D. RGB value is (8,18,61). Sum of RGB (Red+Green+Blue) = 8+18+61=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #08123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08123D is #F7EDC2. Grayscale: #131313. Windows color (decimal): -16248259 or 4002312. OLE color: 4002312.
HSL color Cylindrical-coordinate representation of color #08123D: hue angle of 228.68º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08123D is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 18 | 61 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.76 |
| HSL | 228.68º | 0.77% | 0.14% | - |
| HSV(B) | 228.68º | 0.87% | 0.24% | - |
| XYZ | 1.16 | 0.82 | 4.51 | - |
| YUV | 19.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 61 | 0.87 | 0.70 | 0 | 0.76 | 228.68 | 0.77 | 0.14 |
| Hex | 8 | 12 | 3D | 57 | 46 | 0 | 4C | E5 | 4D | E |
| Octal | 10 | 22 | 75 | 127 | 106 | 0 | 114 | 345 | 115 | 16 |
| Binary | 1000 | 10010 | 111101 | 1010111 | 1000110 | 0 | 1001100 | 11100101 | 1001101 | 1110 |
Color Harmonies of #08123D
Complementary color
Monochromatic Colors of #08123D
Black with #08123D
Text Example
Text Example
White with #08123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08123D; }
p { color: rgb(8,18,61); }
H1.HeaderClassName
{
color: #08123D;
}
.AnyTagClassName
{
color: #08123D;
}
</style>
background-color css
<style>
a { background-color: #08123D; }
a { background-color: rgb(8,18,61); }
div.DivClassName
{
background-color: #08123D;
}
.BgClassName
{
background-color: #08123D;
}
</style>
border-color css
<style>
span { border-color: #08123D; }
span { border-color: rgb(8,18,61); }
td.TdClassName
{
border-color: #08123D;
}
.TagClassName
{
border-color: #08123D;
}
</style>