Shades of Midnight Blue #140869
Tints of Midnight Blue #140869
RGB
CMYK
RGB Variations
Color information
#140869 (or 0x140869) is known color: Midnight Blue. HEX triplet: 14, 08 and 69. RGB value is (20,8,105). Sum of RGB (Red+Green+Blue) = 20+8+105=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #140869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140869 is #EBF796. Grayscale: #161616. Windows color (decimal): -15464343 or 6883348. OLE color: 6883348.
HSL color Cylindrical-coordinate representation of color #140869: hue angle of 247.42º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140869 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 8 | 105 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.59 |
| HSL | 247.42º | 0.86% | 0.22% | - |
| HSV(B) | 247.42º | 0.92% | 0.41% | - |
| XYZ | 2.93 | 1.34 | 13.47 | - |
| YUV | 22.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 105 | 0.81 | 0.92 | 0 | 0.59 | 247.42 | 0.86 | 0.22 |
| Hex | 14 | 8 | 69 | 51 | 5C | 0 | 3B | F7 | 56 | 16 |
| Octal | 24 | 10 | 151 | 121 | 134 | 0 | 73 | 367 | 126 | 26 |
| Binary | 10100 | 1000 | 1101001 | 1010001 | 1011100 | 0 | 111011 | 11110111 | 1010110 | 10110 |
Color Harmonies of #140869
Complementary color
Monochromatic Colors of #140869
Black with #140869
Text Example
Text Example
White with #140869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140869; }
p { color: rgb(20,8,105); }
H1.HeaderClassName
{
color: #140869;
}
.AnyTagClassName
{
color: #140869;
}
</style>
background-color css
<style>
a { background-color: #140869; }
a { background-color: rgb(20,8,105); }
div.DivClassName
{
background-color: #140869;
}
.BgClassName
{
background-color: #140869;
}
</style>
border-color css
<style>
span { border-color: #140869; }
span { border-color: rgb(20,8,105); }
td.TdClassName
{
border-color: #140869;
}
.TagClassName
{
border-color: #140869;
}
</style>