Shades of Midnight Express #0B1237
Tints of Midnight Express #0B1237
RGB
CMYK
RGB Variations
Color information
#0B1237 (or 0x0B1237) is known color: Midnight Express. HEX triplet: 0B, 12 and 37. RGB value is (11,18,55). Sum of RGB (Red+Green+Blue) = 11+18+55=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B1237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1237 is #F4EDC8. Grayscale: #131313. Windows color (decimal): -16051657 or 3609099. OLE color: 3609099.
HSL color Cylindrical-coordinate representation of color #0B1237: hue angle of 230.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1237 is Cyan = 0.8, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 18 | 55 | - |
| CMYK | 0.8 | 0.67 | 0 | 0.78 |
| HSL | 230.45º | 0.67% | 0.13% | - |
| HSV(B) | 230.45º | 0.8% | 0.22% | - |
| XYZ | 1.04 | 0.78 | 3.71 | - |
| YUV | 20.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 55 | 0.8 | 0.67 | 0 | 0.78 | 230.45 | 0.67 | 0.13 |
| Hex | B | 12 | 37 | 50 | 43 | 0 | 4E | E6 | 43 | D |
| Octal | 13 | 22 | 67 | 120 | 103 | 0 | 116 | 346 | 103 | 15 |
| Binary | 1011 | 10010 | 110111 | 1010000 | 1000011 | 0 | 1001110 | 11100110 | 1000011 | 1101 |
Color Harmonies of #0B1237
Complementary color
Monochromatic Colors of #0B1237
Black with #0B1237
Text Example
Text Example
White with #0B1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1237; }
p { color: rgb(11,18,55); }
H1.HeaderClassName
{
color: #0B1237;
}
.AnyTagClassName
{
color: #0B1237;
}
</style>
background-color css
<style>
a { background-color: #0B1237; }
a { background-color: rgb(11,18,55); }
div.DivClassName
{
background-color: #0B1237;
}
.BgClassName
{
background-color: #0B1237;
}
</style>
border-color css
<style>
span { border-color: #0B1237; }
span { border-color: rgb(11,18,55); }
td.TdClassName
{
border-color: #0B1237;
}
.TagClassName
{
border-color: #0B1237;
}
</style>