Shades of Midnight Express #080B4B
Tints of Midnight Express #080B4B
RGB
CMYK
RGB Variations
Color information
#080B4B (or 0x080B4B) is known color: Midnight Express. HEX triplet: 08, 0B and 4B. RGB value is (8,11,75). Sum of RGB (Red+Green+Blue) = 8+11+75=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #080B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B4B is #F7F4B4. Grayscale: #111111. Windows color (decimal): -16250037 or 4918024. OLE color: 4918024.
HSL color Cylindrical-coordinate representation of color #080B4B: hue angle of 237.31º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080B4B is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 11 | 75 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.71 |
| HSL | 237.31º | 0.81% | 0.16% | - |
| HSV(B) | 237.31º | 0.89% | 0.29% | - |
| XYZ | 1.49 | 0.8 | 6.73 | - |
| YUV | 17.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 75 | 0.89 | 0.85 | 0 | 0.71 | 237.31 | 0.81 | 0.16 |
| Hex | 8 | B | 4B | 59 | 55 | 0 | 47 | ED | 51 | 10 |
| Octal | 10 | 13 | 113 | 131 | 125 | 0 | 107 | 355 | 121 | 20 |
| Binary | 1000 | 1011 | 1001011 | 1011001 | 1010101 | 0 | 1000111 | 11101101 | 1010001 | 10000 |
Color Harmonies of #080B4B
Complementary color
Monochromatic Colors of #080B4B
Black with #080B4B
Text Example
Text Example
White with #080B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B4B; }
p { color: rgb(8,11,75); }
H1.HeaderClassName
{
color: #080B4B;
}
.AnyTagClassName
{
color: #080B4B;
}
</style>
background-color css
<style>
a { background-color: #080B4B; }
a { background-color: rgb(8,11,75); }
div.DivClassName
{
background-color: #080B4B;
}
.BgClassName
{
background-color: #080B4B;
}
</style>
border-color css
<style>
span { border-color: #080B4B; }
span { border-color: rgb(8,11,75); }
td.TdClassName
{
border-color: #080B4B;
}
.TagClassName
{
border-color: #080B4B;
}
</style>