Shades of Midnight Express #0B1535
Tints of Midnight Express #0B1535
RGB
CMYK
RGB Variations
Color information
#0B1535 (or 0x0B1535) is known color: Midnight Express. HEX triplet: 0B, 15 and 35. RGB value is (11,21,53). Sum of RGB (Red+Green+Blue) = 11+21+53=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B1535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1535 is #F4EACA. Grayscale: #151515. Windows color (decimal): -16050891 or 3478795. OLE color: 3478795.
HSL color Cylindrical-coordinate representation of color #0B1535: hue angle of 225.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1535 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 21 | 53 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.79 |
| HSL | 225.71º | 0.66% | 0.13% | - |
| HSV(B) | 225.71º | 0.79% | 0.21% | - |
| XYZ | 1.05 | 0.86 | 3.48 | - |
| YUV | 21.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 53 | 0.79 | 0.60 | 0 | 0.79 | 225.71 | 0.66 | 0.13 |
| Hex | B | 15 | 35 | 4F | 3C | 0 | 4F | E2 | 42 | D |
| Octal | 13 | 25 | 65 | 117 | 74 | 0 | 117 | 342 | 102 | 15 |
| Binary | 1011 | 10101 | 110101 | 1001111 | 111100 | 0 | 1001111 | 11100010 | 1000010 | 1101 |
Color Harmonies of #0B1535
Complementary color
Monochromatic Colors of #0B1535
Black with #0B1535
Text Example
Text Example
White with #0B1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1535; }
p { color: rgb(11,21,53); }
H1.HeaderClassName
{
color: #0B1535;
}
.AnyTagClassName
{
color: #0B1535;
}
</style>
background-color css
<style>
a { background-color: #0B1535; }
a { background-color: rgb(11,21,53); }
div.DivClassName
{
background-color: #0B1535;
}
.BgClassName
{
background-color: #0B1535;
}
</style>
border-color css
<style>
span { border-color: #0B1535; }
span { border-color: rgb(11,21,53); }
td.TdClassName
{
border-color: #0B1535;
}
.TagClassName
{
border-color: #0B1535;
}
</style>