Shades of Midnight Express #0B1235
Tints of Midnight Express #0B1235
RGB
CMYK
RGB Variations
Color information
#0B1235 (or 0x0B1235) is known color: Midnight Express. HEX triplet: 0B, 12 and 35. RGB value is (11,18,53). Sum of RGB (Red+Green+Blue) = 11+18+53=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B1235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1235 is #F4EDCA. Grayscale: #131313. Windows color (decimal): -16051659 or 3478027. OLE color: 3478027.
HSL color Cylindrical-coordinate representation of color #0B1235: hue angle of 230º 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 #0B1235 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 18 | 53 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.79 |
| HSL | 230º | 0.66% | 0.13% | - |
| HSV(B) | 230º | 0.79% | 0.21% | - |
| XYZ | 1 | 0.76 | 3.46 | - |
| YUV | 19.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 53 | 0.79 | 0.66 | 0 | 0.79 | 230 | 0.66 | 0.13 |
| Hex | B | 12 | 35 | 4F | 42 | 0 | 4F | E6 | 42 | D |
| Octal | 13 | 22 | 65 | 117 | 102 | 0 | 117 | 346 | 102 | 15 |
| Binary | 1011 | 10010 | 110101 | 1001111 | 1000010 | 0 | 1001111 | 11100110 | 1000010 | 1101 |
Color Harmonies of #0B1235
Complementary color
Monochromatic Colors of #0B1235
Black with #0B1235
Text Example
Text Example
White with #0B1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1235; }
p { color: rgb(11,18,53); }
H1.HeaderClassName
{
color: #0B1235;
}
.AnyTagClassName
{
color: #0B1235;
}
</style>
background-color css
<style>
a { background-color: #0B1235; }
a { background-color: rgb(11,18,53); }
div.DivClassName
{
background-color: #0B1235;
}
.BgClassName
{
background-color: #0B1235;
}
</style>
border-color css
<style>
span { border-color: #0B1235; }
span { border-color: rgb(11,18,53); }
td.TdClassName
{
border-color: #0B1235;
}
.TagClassName
{
border-color: #0B1235;
}
</style>