Shades of Midnight Blue #140569
Tints of Midnight Blue #140569
RGB
CMYK
RGB Variations
Color information
#140569 (or 0x140569) is known color: Midnight Blue. HEX triplet: 14, 05 and 69. RGB value is (20,5,105). Sum of RGB (Red+Green+Blue) = 20+5+105=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #140569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140569 is #EBFA96. Grayscale: #141414. Windows color (decimal): -15465111 or 6882580. OLE color: 6882580.
HSL color Cylindrical-coordinate representation of color #140569: hue angle of 249º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140569 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 5 | 105 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.59 |
| HSL | 249º | 0.91% | 0.22% | - |
| HSV(B) | 249º | 0.95% | 0.41% | - |
| XYZ | 2.89 | 1.28 | 13.46 | - |
| YUV | 20.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 105 | 0.81 | 0.95 | 0 | 0.59 | 249 | 0.91 | 0.22 |
| Hex | 14 | 5 | 69 | 51 | 5F | 0 | 3B | F9 | 5B | 16 |
| Octal | 24 | 5 | 151 | 121 | 137 | 0 | 73 | 371 | 133 | 26 |
| Binary | 10100 | 101 | 1101001 | 1010001 | 1011111 | 0 | 111011 | 11111001 | 1011011 | 10110 |
Color Harmonies of #140569
Complementary color
Monochromatic Colors of #140569
Black with #140569
Text Example
Text Example
White with #140569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140569; }
p { color: rgb(20,5,105); }
H1.HeaderClassName
{
color: #140569;
}
.AnyTagClassName
{
color: #140569;
}
</style>
background-color css
<style>
a { background-color: #140569; }
a { background-color: rgb(20,5,105); }
div.DivClassName
{
background-color: #140569;
}
.BgClassName
{
background-color: #140569;
}
</style>
border-color css
<style>
span { border-color: #140569; }
span { border-color: rgb(20,5,105); }
td.TdClassName
{
border-color: #140569;
}
.TagClassName
{
border-color: #140569;
}
</style>