Shades of Midnight Express #0B153A
Tints of Midnight Express #0B153A
RGB
CMYK
RGB Variations
Color information
#0B153A (or 0x0B153A) is known color: Midnight Express. HEX triplet: 0B, 15 and 3A. RGB value is (11,21,58). Sum of RGB (Red+Green+Blue) = 11+21+58=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B153A is #F4EAC5. Grayscale: #161616. Windows color (decimal): -16050886 or 3806475. OLE color: 3806475.
HSL color Cylindrical-coordinate representation of color #0B153A: hue angle of 227.23º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B153A is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 21 | 58 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.77 |
| HSL | 227.23º | 0.68% | 0.14% | - |
| HSV(B) | 227.23º | 0.81% | 0.23% | - |
| XYZ | 1.17 | 0.91 | 4.12 | - |
| YUV | 22.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 58 | 0.81 | 0.64 | 0 | 0.77 | 227.23 | 0.68 | 0.14 |
| Hex | B | 15 | 3A | 51 | 40 | 0 | 4D | E3 | 44 | E |
| Octal | 13 | 25 | 72 | 121 | 100 | 0 | 115 | 343 | 104 | 16 |
| Binary | 1011 | 10101 | 111010 | 1010001 | 1000000 | 0 | 1001101 | 11100011 | 1000100 | 1110 |
Color Harmonies of #0B153A
Complementary color
Monochromatic Colors of #0B153A
Black with #0B153A
Text Example
Text Example
White with #0B153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B153A; }
p { color: rgb(11,21,58); }
H1.HeaderClassName
{
color: #0B153A;
}
.AnyTagClassName
{
color: #0B153A;
}
</style>
background-color css
<style>
a { background-color: #0B153A; }
a { background-color: rgb(11,21,58); }
div.DivClassName
{
background-color: #0B153A;
}
.BgClassName
{
background-color: #0B153A;
}
</style>
border-color css
<style>
span { border-color: #0B153A; }
span { border-color: rgb(11,21,58); }
td.TdClassName
{
border-color: #0B153A;
}
.TagClassName
{
border-color: #0B153A;
}
</style>