Shades of Midnight Express #0B0743
Tints of Midnight Express #0B0743
RGB
CMYK
RGB Variations
Color information
#0B0743 (or 0x0B0743) is known color: Midnight Express. HEX triplet: 0B, 07 and 43. RGB value is (11,7,67). Sum of RGB (Red+Green+Blue) = 11+7+67=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 67 (26.56% from 255 or 78.82% from 85); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B0743 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0743 is #F4F8BC. Grayscale: #0E0E0E. Windows color (decimal): -16054461 or 4392715. OLE color: 4392715.
HSL color Cylindrical-coordinate representation of color #0B0743: hue angle of 244º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0743 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 7 | 67 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.74 |
| HSL | 244º | 0.81% | 0.15% | - |
| HSV(B) | 244º | 0.9% | 0.26% | - |
| XYZ | 1.23 | 0.63 | 5.37 | - |
| YUV | 15.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 67 | 0.84 | 0.90 | 0 | 0.74 | 244 | 0.81 | 0.15 |
| Hex | B | 7 | 43 | 54 | 5A | 0 | 4A | F4 | 51 | F |
| Octal | 13 | 7 | 103 | 124 | 132 | 0 | 112 | 364 | 121 | 17 |
| Binary | 1011 | 111 | 1000011 | 1010100 | 1011010 | 0 | 1001010 | 11110100 | 1010001 | 1111 |
Color Harmonies of #0B0743
Complementary color
Monochromatic Colors of #0B0743
Black with #0B0743
Text Example
Text Example
White with #0B0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0743; }
p { color: rgb(11,7,67); }
H1.HeaderClassName
{
color: #0B0743;
}
.AnyTagClassName
{
color: #0B0743;
}
</style>
background-color css
<style>
a { background-color: #0B0743; }
a { background-color: rgb(11,7,67); }
div.DivClassName
{
background-color: #0B0743;
}
.BgClassName
{
background-color: #0B0743;
}
</style>
border-color css
<style>
span { border-color: #0B0743; }
span { border-color: rgb(11,7,67); }
td.TdClassName
{
border-color: #0B0743;
}
.TagClassName
{
border-color: #0B0743;
}
</style>