Shades of Midnight Express #0B143C
Tints of Midnight Express #0B143C
RGB
CMYK
RGB Variations
Color information
#0B143C (or 0x0B143C) is known color: Midnight Express. HEX triplet: 0B, 14 and 3C. RGB value is (11,20,60). Sum of RGB (Red+Green+Blue) = 11+20+60=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B143C is #F4EBC3. Grayscale: #151515. Windows color (decimal): -16051140 or 3937291. OLE color: 3937291.
HSL color Cylindrical-coordinate representation of color #0B143C: hue angle of 228.98º degrees, saturation: 0.69, 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 #0B143C is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 20 | 60 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.76 |
| HSL | 228.98º | 0.69% | 0.14% | - |
| HSV(B) | 228.98º | 0.82% | 0.24% | - |
| XYZ | 1.2 | 0.9 | 4.38 | - |
| YUV | 21.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 60 | 0.82 | 0.67 | 0 | 0.76 | 228.98 | 0.69 | 0.14 |
| Hex | B | 14 | 3C | 52 | 43 | 0 | 4C | E5 | 45 | E |
| Octal | 13 | 24 | 74 | 122 | 103 | 0 | 114 | 345 | 105 | 16 |
| Binary | 1011 | 10100 | 111100 | 1010010 | 1000011 | 0 | 1001100 | 11100101 | 1000101 | 1110 |
Color Harmonies of #0B143C
Complementary color
Monochromatic Colors of #0B143C
Black with #0B143C
Text Example
Text Example
White with #0B143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B143C; }
p { color: rgb(11,20,60); }
H1.HeaderClassName
{
color: #0B143C;
}
.AnyTagClassName
{
color: #0B143C;
}
</style>
background-color css
<style>
a { background-color: #0B143C; }
a { background-color: rgb(11,20,60); }
div.DivClassName
{
background-color: #0B143C;
}
.BgClassName
{
background-color: #0B143C;
}
</style>
border-color css
<style>
span { border-color: #0B143C; }
span { border-color: rgb(11,20,60); }
td.TdClassName
{
border-color: #0B143C;
}
.TagClassName
{
border-color: #0B143C;
}
</style>