Shades of Midnight Express #08132B
Tints of Midnight Express #08132B
RGB
CMYK
RGB Variations
Color information
#08132B (or 0x08132B) is known color: Midnight Express. HEX triplet: 08, 13 and 2B. RGB value is (8,19,43). Sum of RGB (Red+Green+Blue) = 8+19+43=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #08132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08132B is #F7ECD4. Grayscale: #121212. Windows color (decimal): -16248021 or 2822920. OLE color: 2822920.
HSL color Cylindrical-coordinate representation of color #08132B: hue angle of 221.14º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08132B is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 19 | 43 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.83 |
| HSL | 221.14º | 0.69% | 0.1% | - |
| HSV(B) | 221.14º | 0.81% | 0.17% | - |
| XYZ | 0.77 | 0.69 | 2.38 | - |
| YUV | 18.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 43 | 0.81 | 0.56 | 0 | 0.83 | 221.14 | 0.69 | 0.1 |
| Hex | 8 | 13 | 2B | 51 | 38 | 0 | 53 | DD | 45 | A |
| Octal | 10 | 23 | 53 | 121 | 70 | 0 | 123 | 335 | 105 | 12 |
| Binary | 1000 | 10011 | 101011 | 1010001 | 111000 | 0 | 1010011 | 11011101 | 1000101 | 1010 |
Color Harmonies of #08132B
Complementary color
Monochromatic Colors of #08132B
Black with #08132B
Text Example
Text Example
White with #08132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08132B; }
p { color: rgb(8,19,43); }
H1.HeaderClassName
{
color: #08132B;
}
.AnyTagClassName
{
color: #08132B;
}
</style>
background-color css
<style>
a { background-color: #08132B; }
a { background-color: rgb(8,19,43); }
div.DivClassName
{
background-color: #08132B;
}
.BgClassName
{
background-color: #08132B;
}
</style>
border-color css
<style>
span { border-color: #08132B; }
span { border-color: rgb(8,19,43); }
td.TdClassName
{
border-color: #08132B;
}
.TagClassName
{
border-color: #08132B;
}
</style>