Shades of Midnight Express #0B0F48
Tints of Midnight Express #0B0F48
RGB
CMYK
RGB Variations
Color information
#0B0F48 (or 0x0B0F48) is known color: Midnight Express. HEX triplet: 0B, 0F and 48. RGB value is (11,15,72). Sum of RGB (Red+Green+Blue) = 11+15+72=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B0F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F48 is #F4F0B7. Grayscale: #141414. Windows color (decimal): -16052408 or 4722443. OLE color: 4722443.
HSL color Cylindrical-coordinate representation of color #0B0F48: hue angle of 236.07º 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 #0B0F48 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 15 | 72 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.72 |
| HSL | 236.07º | 0.73% | 0.16% | - |
| HSV(B) | 236.07º | 0.85% | 0.28% | - |
| XYZ | 1.48 | 0.88 | 6.22 | - |
| YUV | 20.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 72 | 0.85 | 0.79 | 0 | 0.72 | 236.07 | 0.73 | 0.16 |
| Hex | B | F | 48 | 55 | 4F | 0 | 48 | EC | 49 | 10 |
| Octal | 13 | 17 | 110 | 125 | 117 | 0 | 110 | 354 | 111 | 20 |
| Binary | 1011 | 1111 | 1001000 | 1010101 | 1001111 | 0 | 1001000 | 11101100 | 1001001 | 10000 |
Color Harmonies of #0B0F48
Complementary color
Monochromatic Colors of #0B0F48
Black with #0B0F48
Text Example
Text Example
White with #0B0F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F48; }
p { color: rgb(11,15,72); }
H1.HeaderClassName
{
color: #0B0F48;
}
.AnyTagClassName
{
color: #0B0F48;
}
</style>
background-color css
<style>
a { background-color: #0B0F48; }
a { background-color: rgb(11,15,72); }
div.DivClassName
{
background-color: #0B0F48;
}
.BgClassName
{
background-color: #0B0F48;
}
</style>
border-color css
<style>
span { border-color: #0B0F48; }
span { border-color: rgb(11,15,72); }
td.TdClassName
{
border-color: #0B0F48;
}
.TagClassName
{
border-color: #0B0F48;
}
</style>