Shades of Midnight Express #08133A
Tints of Midnight Express #08133A
RGB
CMYK
RGB Variations
Color information
#08133A (or 0x08133A) is known color: Midnight Express. HEX triplet: 08, 13 and 3A. RGB value is (8,19,58). Sum of RGB (Red+Green+Blue) = 8+19+58=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #08133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08133A is #F7ECC5. Grayscale: #131313. Windows color (decimal): -16248006 or 3805960. OLE color: 3805960.
HSL color Cylindrical-coordinate representation of color #08133A: hue angle of 226.8º 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 #08133A is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 19 | 58 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.77 |
| HSL | 226.8º | 0.76% | 0.13% | - |
| HSV(B) | 226.8º | 0.86% | 0.23% | - |
| XYZ | 1.1 | 0.82 | 4.1 | - |
| YUV | 20.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 58 | 0.86 | 0.67 | 0 | 0.77 | 226.8 | 0.76 | 0.13 |
| Hex | 8 | 13 | 3A | 56 | 43 | 0 | 4D | E3 | 4C | D |
| Octal | 10 | 23 | 72 | 126 | 103 | 0 | 115 | 343 | 114 | 15 |
| Binary | 1000 | 10011 | 111010 | 1010110 | 1000011 | 0 | 1001101 | 11100011 | 1001100 | 1101 |
Color Harmonies of #08133A
Complementary color
Monochromatic Colors of #08133A
Black with #08133A
Text Example
Text Example
White with #08133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08133A; }
p { color: rgb(8,19,58); }
H1.HeaderClassName
{
color: #08133A;
}
.AnyTagClassName
{
color: #08133A;
}
</style>
background-color css
<style>
a { background-color: #08133A; }
a { background-color: rgb(8,19,58); }
div.DivClassName
{
background-color: #08133A;
}
.BgClassName
{
background-color: #08133A;
}
</style>
border-color css
<style>
span { border-color: #08133A; }
span { border-color: rgb(8,19,58); }
td.TdClassName
{
border-color: #08133A;
}
.TagClassName
{
border-color: #08133A;
}
</style>