Shades of Midnight Express #0B093E
Tints of Midnight Express #0B093E
RGB
CMYK
RGB Variations
Color information
#0B093E (or 0x0B093E) is known color: Midnight Express. HEX triplet: 0B, 09 and 3E. RGB value is (11,9,62). Sum of RGB (Red+Green+Blue) = 11+9+62=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B093E is #F4F6C1. Grayscale: #0F0F0F. Windows color (decimal): -16053954 or 4065547. OLE color: 4065547.
HSL color Cylindrical-coordinate representation of color #0B093E: hue angle of 242.26º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B093E is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 9 | 62 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.76 |
| HSL | 242.26º | 0.75% | 0.14% | - |
| HSV(B) | 242.26º | 0.85% | 0.24% | - |
| XYZ | 1.11 | 0.61 | 4.62 | - |
| YUV | 15.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 62 | 0.82 | 0.85 | 0 | 0.76 | 242.26 | 0.75 | 0.14 |
| Hex | B | 9 | 3E | 52 | 55 | 0 | 4C | F2 | 4B | E |
| Octal | 13 | 11 | 76 | 122 | 125 | 0 | 114 | 362 | 113 | 16 |
| Binary | 1011 | 1001 | 111110 | 1010010 | 1010101 | 0 | 1001100 | 11110010 | 1001011 | 1110 |
Color Harmonies of #0B093E
Complementary color
Monochromatic Colors of #0B093E
Black with #0B093E
Text Example
Text Example
White with #0B093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B093E; }
p { color: rgb(11,9,62); }
H1.HeaderClassName
{
color: #0B093E;
}
.AnyTagClassName
{
color: #0B093E;
}
</style>
background-color css
<style>
a { background-color: #0B093E; }
a { background-color: rgb(11,9,62); }
div.DivClassName
{
background-color: #0B093E;
}
.BgClassName
{
background-color: #0B093E;
}
</style>
border-color css
<style>
span { border-color: #0B093E; }
span { border-color: rgb(11,9,62); }
td.TdClassName
{
border-color: #0B093E;
}
.TagClassName
{
border-color: #0B093E;
}
</style>