Shades of Midnight Blue #140B5E
Tints of Midnight Blue #140B5E
RGB
CMYK
RGB Variations
Color information
#140B5E (or 0x140B5E) is known color: Midnight Blue. HEX triplet: 14, 0B and 5E. RGB value is (20,11,94). Sum of RGB (Red+Green+Blue) = 20+11+94=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #140B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B5E is #EBF4A1. Grayscale: #161616. Windows color (decimal): -15463586 or 6163220. OLE color: 6163220.
HSL color Cylindrical-coordinate representation of color #140B5E: hue angle of 246.51º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140B5E is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 11 | 94 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.63 |
| HSL | 246.51º | 0.79% | 0.21% | - |
| HSV(B) | 246.51º | 0.88% | 0.37% | - |
| XYZ | 2.43 | 1.2 | 10.69 | - |
| YUV | 23.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 94 | 0.79 | 0.88 | 0 | 0.63 | 246.51 | 0.79 | 0.21 |
| Hex | 14 | B | 5E | 4F | 58 | 0 | 3F | F7 | 4F | 15 |
| Octal | 24 | 13 | 136 | 117 | 130 | 0 | 77 | 367 | 117 | 25 |
| Binary | 10100 | 1011 | 1011110 | 1001111 | 1011000 | 0 | 111111 | 11110111 | 1001111 | 10101 |
Color Harmonies of #140B5E
Complementary color
Monochromatic Colors of #140B5E
Black with #140B5E
Text Example
Text Example
White with #140B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B5E; }
p { color: rgb(20,11,94); }
H1.HeaderClassName
{
color: #140B5E;
}
.AnyTagClassName
{
color: #140B5E;
}
</style>
background-color css
<style>
a { background-color: #140B5E; }
a { background-color: rgb(20,11,94); }
div.DivClassName
{
background-color: #140B5E;
}
.BgClassName
{
background-color: #140B5E;
}
</style>
border-color css
<style>
span { border-color: #140B5E; }
span { border-color: rgb(20,11,94); }
td.TdClassName
{
border-color: #140B5E;
}
.TagClassName
{
border-color: #140B5E;
}
</style>