Shades of Midnight Blue #140668
Tints of Midnight Blue #140668
RGB
CMYK
RGB Variations
Color information
#140668 (or 0x140668) is known color: Midnight Blue. HEX triplet: 14, 06 and 68. RGB value is (20,6,104). Sum of RGB (Red+Green+Blue) = 20+6+104=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #140668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140668 is #EBF997. Grayscale: #141414. Windows color (decimal): -15464856 or 6817300. OLE color: 6817300.
HSL color Cylindrical-coordinate representation of color #140668: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140668 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 6 | 104 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.59 |
| HSL | 248.57º | 0.89% | 0.22% | - |
| HSV(B) | 248.57º | 0.94% | 0.41% | - |
| XYZ | 2.85 | 1.28 | 13.19 | - |
| YUV | 21.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 104 | 0.81 | 0.94 | 0 | 0.59 | 248.57 | 0.89 | 0.22 |
| Hex | 14 | 6 | 68 | 51 | 5E | 0 | 3B | F9 | 59 | 16 |
| Octal | 24 | 6 | 150 | 121 | 136 | 0 | 73 | 371 | 131 | 26 |
| Binary | 10100 | 110 | 1101000 | 1010001 | 1011110 | 0 | 111011 | 11111001 | 1011001 | 10110 |
Color Harmonies of #140668
Complementary color
Monochromatic Colors of #140668
Black with #140668
Text Example
Text Example
White with #140668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140668; }
p { color: rgb(20,6,104); }
H1.HeaderClassName
{
color: #140668;
}
.AnyTagClassName
{
color: #140668;
}
</style>
background-color css
<style>
a { background-color: #140668; }
a { background-color: rgb(20,6,104); }
div.DivClassName
{
background-color: #140668;
}
.BgClassName
{
background-color: #140668;
}
</style>
border-color css
<style>
span { border-color: #140668; }
span { border-color: rgb(20,6,104); }
td.TdClassName
{
border-color: #140668;
}
.TagClassName
{
border-color: #140668;
}
</style>