Shades of Midnight Blue #141259
Tints of Midnight Blue #141259
RGB
CMYK
RGB Variations
Color information
#141259 (or 0x141259) is known color: Midnight Blue. HEX triplet: 14, 12 and 59. RGB value is (20,18,89). Sum of RGB (Red+Green+Blue) = 20+18+89=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #141259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141259 is #EBEDA6. Grayscale: #1A1A1A. Windows color (decimal): -15461799 or 5837332. OLE color: 5837332.
HSL color Cylindrical-coordinate representation of color #141259: hue angle of 241.69º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141259 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 18 | 89 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.65 |
| HSL | 241.69º | 0.66% | 0.21% | - |
| HSV(B) | 241.69º | 0.8% | 0.35% | - |
| XYZ | 2.31 | 1.3 | 9.58 | - |
| YUV | 26.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 89 | 0.78 | 0.80 | 0 | 0.65 | 241.69 | 0.66 | 0.21 |
| Hex | 14 | 12 | 59 | 4E | 50 | 0 | 41 | F2 | 42 | 15 |
| Octal | 24 | 22 | 131 | 116 | 120 | 0 | 101 | 362 | 102 | 25 |
| Binary | 10100 | 10010 | 1011001 | 1001110 | 1010000 | 0 | 1000001 | 11110010 | 1000010 | 10101 |
Color Harmonies of #141259
Complementary color
Monochromatic Colors of #141259
Black with #141259
Text Example
Text Example
White with #141259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141259; }
p { color: rgb(20,18,89); }
H1.HeaderClassName
{
color: #141259;
}
.AnyTagClassName
{
color: #141259;
}
</style>
background-color css
<style>
a { background-color: #141259; }
a { background-color: rgb(20,18,89); }
div.DivClassName
{
background-color: #141259;
}
.BgClassName
{
background-color: #141259;
}
</style>
border-color css
<style>
span { border-color: #141259; }
span { border-color: rgb(20,18,89); }
td.TdClassName
{
border-color: #141259;
}
.TagClassName
{
border-color: #141259;
}
</style>