Shades of Midnight Express #0B123A
Tints of Midnight Express #0B123A
RGB
CMYK
RGB Variations
Color information
#0B123A (or 0x0B123A) is known color: Midnight Express. HEX triplet: 0B, 12 and 3A. RGB value is (11,18,58). Sum of RGB (Red+Green+Blue) = 11+18+58=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B123A is #F4EDC5. Grayscale: #141414. Windows color (decimal): -16051654 or 3805707. OLE color: 3805707.
HSL color Cylindrical-coordinate representation of color #0B123A: hue angle of 231.06º 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 #0B123A is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 18 | 58 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.77 |
| HSL | 231.06º | 0.68% | 0.14% | - |
| HSV(B) | 231.06º | 0.81% | 0.23% | - |
| XYZ | 1.12 | 0.81 | 4.1 | - |
| YUV | 20.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 58 | 0.81 | 0.69 | 0 | 0.77 | 231.06 | 0.68 | 0.14 |
| Hex | B | 12 | 3A | 51 | 45 | 0 | 4D | E7 | 44 | E |
| Octal | 13 | 22 | 72 | 121 | 105 | 0 | 115 | 347 | 104 | 16 |
| Binary | 1011 | 10010 | 111010 | 1010001 | 1000101 | 0 | 1001101 | 11100111 | 1000100 | 1110 |
Color Harmonies of #0B123A
Complementary color
Monochromatic Colors of #0B123A
Black with #0B123A
Text Example
Text Example
White with #0B123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B123A; }
p { color: rgb(11,18,58); }
H1.HeaderClassName
{
color: #0B123A;
}
.AnyTagClassName
{
color: #0B123A;
}
</style>
background-color css
<style>
a { background-color: #0B123A; }
a { background-color: rgb(11,18,58); }
div.DivClassName
{
background-color: #0B123A;
}
.BgClassName
{
background-color: #0B123A;
}
</style>
border-color css
<style>
span { border-color: #0B123A; }
span { border-color: rgb(11,18,58); }
td.TdClassName
{
border-color: #0B123A;
}
.TagClassName
{
border-color: #0B123A;
}
</style>