Shades of Midnight Blue #140B68
Tints of Midnight Blue #140B68
RGB
CMYK
RGB Variations
Color information
#140B68 (or 0x140B68) is known color: Midnight Blue. HEX triplet: 14, 0B and 68. RGB value is (20,11,104). Sum of RGB (Red+Green+Blue) = 20+11+104=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #140B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B68 is #EBF497. Grayscale: #171717. Windows color (decimal): -15463576 or 6818580. OLE color: 6818580.
HSL color Cylindrical-coordinate representation of color #140B68: hue angle of 245.81º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140B68 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 11 | 104 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.59 |
| HSL | 245.81º | 0.81% | 0.23% | - |
| HSV(B) | 245.81º | 0.89% | 0.41% | - |
| XYZ | 2.91 | 1.39 | 13.21 | - |
| YUV | 24.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 104 | 0.81 | 0.89 | 0 | 0.59 | 245.81 | 0.81 | 0.23 |
| Hex | 14 | B | 68 | 51 | 59 | 0 | 3B | F6 | 51 | 17 |
| Octal | 24 | 13 | 150 | 121 | 131 | 0 | 73 | 366 | 121 | 27 |
| Binary | 10100 | 1011 | 1101000 | 1010001 | 1011001 | 0 | 111011 | 11110110 | 1010001 | 10111 |
Color Harmonies of #140B68
Complementary color
Monochromatic Colors of #140B68
Black with #140B68
Text Example
Text Example
White with #140B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B68; }
p { color: rgb(20,11,104); }
H1.HeaderClassName
{
color: #140B68;
}
.AnyTagClassName
{
color: #140B68;
}
</style>
background-color css
<style>
a { background-color: #140B68; }
a { background-color: rgb(20,11,104); }
div.DivClassName
{
background-color: #140B68;
}
.BgClassName
{
background-color: #140B68;
}
</style>
border-color css
<style>
span { border-color: #140B68; }
span { border-color: rgb(20,11,104); }
td.TdClassName
{
border-color: #140B68;
}
.TagClassName
{
border-color: #140B68;
}
</style>