Shades of Midnight Express #0B0838
Tints of Midnight Express #0B0838
RGB
CMYK
RGB Variations
Color information
#0B0838 (or 0x0B0838) is known color: Midnight Express. HEX triplet: 0B, 08 and 38. RGB value is (11,8,56). Sum of RGB (Red+Green+Blue) = 11+8+56=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B0838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0838 is #F4F7C7. Grayscale: #0E0E0E. Windows color (decimal): -16054216 or 3672075. OLE color: 3672075.
HSL color Cylindrical-coordinate representation of color #0B0838: hue angle of 243.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B0838 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 8 | 56 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.78 |
| HSL | 243.75º | 0.75% | 0.13% | - |
| HSV(B) | 243.75º | 0.86% | 0.22% | - |
| XYZ | 0.94 | 0.53 | 3.79 | - |
| YUV | 14.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 56 | 0.80 | 0.86 | 0 | 0.78 | 243.75 | 0.75 | 0.13 |
| Hex | B | 8 | 38 | 50 | 56 | 0 | 4E | F4 | 4B | D |
| Octal | 13 | 10 | 70 | 120 | 126 | 0 | 116 | 364 | 113 | 15 |
| Binary | 1011 | 1000 | 111000 | 1010000 | 1010110 | 0 | 1001110 | 11110100 | 1001011 | 1101 |
Color Harmonies of #0B0838
Complementary color
Monochromatic Colors of #0B0838
Black with #0B0838
Text Example
Text Example
White with #0B0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0838; }
p { color: rgb(11,8,56); }
H1.HeaderClassName
{
color: #0B0838;
}
.AnyTagClassName
{
color: #0B0838;
}
</style>
background-color css
<style>
a { background-color: #0B0838; }
a { background-color: rgb(11,8,56); }
div.DivClassName
{
background-color: #0B0838;
}
.BgClassName
{
background-color: #0B0838;
}
</style>
border-color css
<style>
span { border-color: #0B0838; }
span { border-color: rgb(11,8,56); }
td.TdClassName
{
border-color: #0B0838;
}
.TagClassName
{
border-color: #0B0838;
}
</style>