Shades of Midnight Express #0B132E
Tints of Midnight Express #0B132E
RGB
CMYK
RGB Variations
Color information
#0B132E (or 0x0B132E) is known color: Midnight Express. HEX triplet: 0B, 13 and 2E. RGB value is (11,19,46). Sum of RGB (Red+Green+Blue) = 11+19+46=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B132E is #F4ECD1. Grayscale: #131313. Windows color (decimal): -16051410 or 3019531. OLE color: 3019531.
HSL color Cylindrical-coordinate representation of color #0B132E: hue angle of 226.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B132E is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 19 | 46 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.82 |
| HSL | 226.29º | 0.61% | 0.11% | - |
| HSV(B) | 226.29º | 0.76% | 0.18% | - |
| XYZ | 0.86 | 0.73 | 2.68 | - |
| YUV | 19.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 46 | 0.76 | 0.59 | 0 | 0.82 | 226.29 | 0.61 | 0.11 |
| Hex | B | 13 | 2E | 4C | 3B | 0 | 52 | E2 | 3D | B |
| Octal | 13 | 23 | 56 | 114 | 73 | 0 | 122 | 342 | 75 | 13 |
| Binary | 1011 | 10011 | 101110 | 1001100 | 111011 | 0 | 1010010 | 11100010 | 111101 | 1011 |
Color Harmonies of #0B132E
Complementary color
Monochromatic Colors of #0B132E
Black with #0B132E
Text Example
Text Example
White with #0B132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B132E; }
p { color: rgb(11,19,46); }
H1.HeaderClassName
{
color: #0B132E;
}
.AnyTagClassName
{
color: #0B132E;
}
</style>
background-color css
<style>
a { background-color: #0B132E; }
a { background-color: rgb(11,19,46); }
div.DivClassName
{
background-color: #0B132E;
}
.BgClassName
{
background-color: #0B132E;
}
</style>
border-color css
<style>
span { border-color: #0B132E; }
span { border-color: rgb(11,19,46); }
td.TdClassName
{
border-color: #0B132E;
}
.TagClassName
{
border-color: #0B132E;
}
</style>