Shades of Midnight Express #0B1948
Tints of Midnight Express #0B1948
RGB
CMYK
RGB Variations
Color information
#0B1948 (or 0x0B1948) is known color: Midnight Express. HEX triplet: 0B, 19 and 48. RGB value is (11,25,72). Sum of RGB (Red+Green+Blue) = 11+25+72=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B1948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1948 is #F4E6B7. Grayscale: #191919. Windows color (decimal): -16049848 or 4725003. OLE color: 4725003.
HSL color Cylindrical-coordinate representation of color #0B1948: hue angle of 226.23º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B1948 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 25 | 72 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.72 |
| HSL | 226.23º | 0.73% | 0.16% | - |
| HSV(B) | 226.23º | 0.85% | 0.28% | - |
| XYZ | 1.66 | 1.23 | 6.28 | - |
| YUV | 26.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 72 | 0.85 | 0.65 | 0 | 0.72 | 226.23 | 0.73 | 0.16 |
| Hex | B | 19 | 48 | 55 | 41 | 0 | 48 | E2 | 49 | 10 |
| Octal | 13 | 31 | 110 | 125 | 101 | 0 | 110 | 342 | 111 | 20 |
| Binary | 1011 | 11001 | 1001000 | 1010101 | 1000001 | 0 | 1001000 | 11100010 | 1001001 | 10000 |
Color Harmonies of #0B1948
Complementary color
Monochromatic Colors of #0B1948
Black with #0B1948
Text Example
Text Example
White with #0B1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1948; }
p { color: rgb(11,25,72); }
H1.HeaderClassName
{
color: #0B1948;
}
.AnyTagClassName
{
color: #0B1948;
}
</style>
background-color css
<style>
a { background-color: #0B1948; }
a { background-color: rgb(11,25,72); }
div.DivClassName
{
background-color: #0B1948;
}
.BgClassName
{
background-color: #0B1948;
}
</style>
border-color css
<style>
span { border-color: #0B1948; }
span { border-color: rgb(11,25,72); }
td.TdClassName
{
border-color: #0B1948;
}
.TagClassName
{
border-color: #0B1948;
}
</style>