Shades of Midnight Express #0B153E
Tints of Midnight Express #0B153E
RGB
CMYK
RGB Variations
Color information
#0B153E (or 0x0B153E) is known color: Midnight Express. HEX triplet: 0B, 15 and 3E. RGB value is (11,21,62). Sum of RGB (Red+Green+Blue) = 11+21+62=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B153E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B153E is #F4EAC1. Grayscale: #161616. Windows color (decimal): -16050882 or 4068619. OLE color: 4068619.
HSL color Cylindrical-coordinate representation of color #0B153E: hue angle of 228.24º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B153E is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 21 | 62 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.76 |
| HSL | 228.24º | 0.7% | 0.14% | - |
| HSV(B) | 228.24º | 0.82% | 0.24% | - |
| XYZ | 1.28 | 0.96 | 4.67 | - |
| YUV | 22.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 62 | 0.82 | 0.66 | 0 | 0.76 | 228.24 | 0.7 | 0.14 |
| Hex | B | 15 | 3E | 52 | 42 | 0 | 4C | E4 | 46 | E |
| Octal | 13 | 25 | 76 | 122 | 102 | 0 | 114 | 344 | 106 | 16 |
| Binary | 1011 | 10101 | 111110 | 1010010 | 1000010 | 0 | 1001100 | 11100100 | 1000110 | 1110 |
Color Harmonies of #0B153E
Complementary color
Monochromatic Colors of #0B153E
Black with #0B153E
Text Example
Text Example
White with #0B153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B153E; }
p { color: rgb(11,21,62); }
H1.HeaderClassName
{
color: #0B153E;
}
.AnyTagClassName
{
color: #0B153E;
}
</style>
background-color css
<style>
a { background-color: #0B153E; }
a { background-color: rgb(11,21,62); }
div.DivClassName
{
background-color: #0B153E;
}
.BgClassName
{
background-color: #0B153E;
}
</style>
border-color css
<style>
span { border-color: #0B153E; }
span { border-color: rgb(11,21,62); }
td.TdClassName
{
border-color: #0B153E;
}
.TagClassName
{
border-color: #0B153E;
}
</style>