Shades of Midnight Express #0B083F
Tints of Midnight Express #0B083F
RGB
CMYK
RGB Variations
Color information
#0B083F (or 0x0B083F) is known color: Midnight Express. HEX triplet: 0B, 08 and 3F. RGB value is (11,8,63). Sum of RGB (Red+Green+Blue) = 11+8+63=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 63 (25% from 255 or 76.83% from 82); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B083F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B083F is #F4F7C0. Grayscale: #0E0E0E. Windows color (decimal): -16054209 or 4130827. OLE color: 4130827.
HSL color Cylindrical-coordinate representation of color #0B083F: hue angle of 243.27º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B083F is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 8 | 63 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.75 |
| HSL | 243.27º | 0.77% | 0.14% | - |
| HSV(B) | 243.27º | 0.87% | 0.25% | - |
| XYZ | 1.12 | 0.6 | 4.76 | - |
| YUV | 15.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 63 | 0.83 | 0.87 | 0 | 0.75 | 243.27 | 0.77 | 0.14 |
| Hex | B | 8 | 3F | 53 | 57 | 0 | 4B | F3 | 4D | E |
| Octal | 13 | 10 | 77 | 123 | 127 | 0 | 113 | 363 | 115 | 16 |
| Binary | 1011 | 1000 | 111111 | 1010011 | 1010111 | 0 | 1001011 | 11110011 | 1001101 | 1110 |
Color Harmonies of #0B083F
Complementary color
Monochromatic Colors of #0B083F
Black with #0B083F
Text Example
Text Example
White with #0B083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B083F; }
p { color: rgb(11,8,63); }
H1.HeaderClassName
{
color: #0B083F;
}
.AnyTagClassName
{
color: #0B083F;
}
</style>
background-color css
<style>
a { background-color: #0B083F; }
a { background-color: rgb(11,8,63); }
div.DivClassName
{
background-color: #0B083F;
}
.BgClassName
{
background-color: #0B083F;
}
</style>
border-color css
<style>
span { border-color: #0B083F; }
span { border-color: rgb(11,8,63); }
td.TdClassName
{
border-color: #0B083F;
}
.TagClassName
{
border-color: #0B083F;
}
</style>