Shades of Midnight Express #0B1439
Tints of Midnight Express #0B1439
RGB
CMYK
RGB Variations
Color information
#0B1439 (or 0x0B1439) is known color: Midnight Express. HEX triplet: 0B, 14 and 39. RGB value is (11,20,57). Sum of RGB (Red+Green+Blue) = 11+20+57=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B1439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1439 is #F4EBC6. Grayscale: #151515. Windows color (decimal): -16051143 or 3740683. OLE color: 3740683.
HSL color Cylindrical-coordinate representation of color #0B1439: hue angle of 228.26º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B1439 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 20 | 57 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.78 |
| HSL | 228.26º | 0.68% | 0.13% | - |
| HSV(B) | 228.26º | 0.81% | 0.22% | - |
| XYZ | 1.13 | 0.87 | 3.98 | - |
| YUV | 21.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 57 | 0.81 | 0.65 | 0 | 0.78 | 228.26 | 0.68 | 0.13 |
| Hex | B | 14 | 39 | 51 | 41 | 0 | 4E | E4 | 44 | D |
| Octal | 13 | 24 | 71 | 121 | 101 | 0 | 116 | 344 | 104 | 15 |
| Binary | 1011 | 10100 | 111001 | 1010001 | 1000001 | 0 | 1001110 | 11100100 | 1000100 | 1101 |
Color Harmonies of #0B1439
Complementary color
Monochromatic Colors of #0B1439
Black with #0B1439
Text Example
Text Example
White with #0B1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1439; }
p { color: rgb(11,20,57); }
H1.HeaderClassName
{
color: #0B1439;
}
.AnyTagClassName
{
color: #0B1439;
}
</style>
background-color css
<style>
a { background-color: #0B1439; }
a { background-color: rgb(11,20,57); }
div.DivClassName
{
background-color: #0B1439;
}
.BgClassName
{
background-color: #0B1439;
}
</style>
border-color css
<style>
span { border-color: #0B1439; }
span { border-color: rgb(11,20,57); }
td.TdClassName
{
border-color: #0B1439;
}
.TagClassName
{
border-color: #0B1439;
}
</style>