Shades of Midnight Express #0B1B38
Tints of Midnight Express #0B1B38
RGB
CMYK
RGB Variations
Color information
#0B1B38 (or 0x0B1B38) is known color: Midnight Express. HEX triplet: 0B, 1B and 38. RGB value is (11,27,56). Sum of RGB (Red+Green+Blue) = 11+27+56=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B1B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B38 is #F4E4C7. Grayscale: #191919. Windows color (decimal): -16049352 or 3676939. OLE color: 3676939.
HSL color Cylindrical-coordinate representation of color #0B1B38: hue angle of 218.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1B38 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 27 | 56 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.78 |
| HSL | 218.67º | 0.67% | 0.13% | - |
| HSV(B) | 218.67º | 0.8% | 0.22% | - |
| XYZ | 1.24 | 1.14 | 3.9 | - |
| YUV | 25.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 56 | 0.80 | 0.52 | 0 | 0.78 | 218.67 | 0.67 | 0.13 |
| Hex | B | 1B | 38 | 50 | 34 | 0 | 4E | DB | 43 | D |
| Octal | 13 | 33 | 70 | 120 | 64 | 0 | 116 | 333 | 103 | 15 |
| Binary | 1011 | 11011 | 111000 | 1010000 | 110100 | 0 | 1001110 | 11011011 | 1000011 | 1101 |
Color Harmonies of #0B1B38
Complementary color
Monochromatic Colors of #0B1B38
Black with #0B1B38
Text Example
Text Example
White with #0B1B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B38; }
p { color: rgb(11,27,56); }
H1.HeaderClassName
{
color: #0B1B38;
}
.AnyTagClassName
{
color: #0B1B38;
}
</style>
background-color css
<style>
a { background-color: #0B1B38; }
a { background-color: rgb(11,27,56); }
div.DivClassName
{
background-color: #0B1B38;
}
.BgClassName
{
background-color: #0B1B38;
}
</style>
border-color css
<style>
span { border-color: #0B1B38; }
span { border-color: rgb(11,27,56); }
td.TdClassName
{
border-color: #0B1B38;
}
.TagClassName
{
border-color: #0B1B38;
}
</style>