Shades of Midnight Express #0B0A38
Tints of Midnight Express #0B0A38
RGB
CMYK
RGB Variations
Color information
#0B0A38 (or 0x0B0A38) is known color: Midnight Express. HEX triplet: 0B, 0A and 38. RGB value is (11,10,56). Sum of RGB (Red+Green+Blue) = 11+10+56=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B0A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A38 is #F4F5C7. Grayscale: #0F0F0F. Windows color (decimal): -16053704 or 3672587. OLE color: 3672587.
HSL color Cylindrical-coordinate representation of color #0B0A38: hue angle of 241.3º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0A38 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 10 | 56 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.78 |
| HSL | 241.3º | 0.7% | 0.13% | - |
| HSV(B) | 241.3º | 0.82% | 0.22% | - |
| XYZ | 0.96 | 0.57 | 3.8 | - |
| YUV | 15.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 56 | 0.80 | 0.82 | 0 | 0.78 | 241.3 | 0.7 | 0.13 |
| Hex | B | A | 38 | 50 | 52 | 0 | 4E | F1 | 46 | D |
| Octal | 13 | 12 | 70 | 120 | 122 | 0 | 116 | 361 | 106 | 15 |
| Binary | 1011 | 1010 | 111000 | 1010000 | 1010010 | 0 | 1001110 | 11110001 | 1000110 | 1101 |
Color Harmonies of #0B0A38
Complementary color
Monochromatic Colors of #0B0A38
Black with #0B0A38
Text Example
Text Example
White with #0B0A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A38; }
p { color: rgb(11,10,56); }
H1.HeaderClassName
{
color: #0B0A38;
}
.AnyTagClassName
{
color: #0B0A38;
}
</style>
background-color css
<style>
a { background-color: #0B0A38; }
a { background-color: rgb(11,10,56); }
div.DivClassName
{
background-color: #0B0A38;
}
.BgClassName
{
background-color: #0B0A38;
}
</style>
border-color css
<style>
span { border-color: #0B0A38; }
span { border-color: rgb(11,10,56); }
td.TdClassName
{
border-color: #0B0A38;
}
.TagClassName
{
border-color: #0B0A38;
}
</style>