Shades of Midnight Express #0B152D
Tints of Midnight Express #0B152D
RGB
CMYK
RGB Variations
Color information
#0B152D (or 0x0B152D) is known color: Midnight Express. HEX triplet: 0B, 15 and 2D. RGB value is (11,21,45). Sum of RGB (Red+Green+Blue) = 11+21+45=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B152D is #F4EAD2. Grayscale: #141414. Windows color (decimal): -16050899 or 2954507. OLE color: 2954507.
HSL color Cylindrical-coordinate representation of color #0B152D: hue angle of 222.35º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B152D is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 21 | 45 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.82 |
| HSL | 222.35º | 0.61% | 0.11% | - |
| HSV(B) | 222.35º | 0.76% | 0.18% | - |
| XYZ | 0.88 | 0.8 | 2.59 | - |
| YUV | 20.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 45 | 0.76 | 0.53 | 0 | 0.82 | 222.35 | 0.61 | 0.11 |
| Hex | B | 15 | 2D | 4C | 35 | 0 | 52 | DE | 3D | B |
| Octal | 13 | 25 | 55 | 114 | 65 | 0 | 122 | 336 | 75 | 13 |
| Binary | 1011 | 10101 | 101101 | 1001100 | 110101 | 0 | 1010010 | 11011110 | 111101 | 1011 |
Color Harmonies of #0B152D
Complementary color
Monochromatic Colors of #0B152D
Black with #0B152D
Text Example
Text Example
White with #0B152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B152D; }
p { color: rgb(11,21,45); }
H1.HeaderClassName
{
color: #0B152D;
}
.AnyTagClassName
{
color: #0B152D;
}
</style>
background-color css
<style>
a { background-color: #0B152D; }
a { background-color: rgb(11,21,45); }
div.DivClassName
{
background-color: #0B152D;
}
.BgClassName
{
background-color: #0B152D;
}
</style>
border-color css
<style>
span { border-color: #0B152D; }
span { border-color: rgb(11,21,45); }
td.TdClassName
{
border-color: #0B152D;
}
.TagClassName
{
border-color: #0B152D;
}
</style>