Shades of Midnight Blue #141379
Tints of Midnight Blue #141379
RGB
CMYK
RGB Variations
Color information
#141379 (or 0x141379) is known color: Midnight Blue. HEX triplet: 14, 13 and 79. RGB value is (20,19,121). Sum of RGB (Red+Green+Blue) = 20+19+121=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #141379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141379 is #EBEC86. Grayscale: #1E1E1E. Windows color (decimal): -15461511 or 7934740. OLE color: 7934740.
HSL color Cylindrical-coordinate representation of color #141379: hue angle of 240.59º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141379 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 19 | 121 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.53 |
| HSL | 240.59º | 0.73% | 0.27% | - |
| HSV(B) | 240.59º | 0.84% | 0.47% | - |
| XYZ | 3.97 | 1.99 | 18.26 | - |
| YUV | 30.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 121 | 0.83 | 0.84 | 0 | 0.53 | 240.59 | 0.73 | 0.27 |
| Hex | 14 | 13 | 79 | 53 | 54 | 0 | 35 | F1 | 49 | 1B |
| Octal | 24 | 23 | 171 | 123 | 124 | 0 | 65 | 361 | 111 | 33 |
| Binary | 10100 | 10011 | 1111001 | 1010011 | 1010100 | 0 | 110101 | 11110001 | 1001001 | 11011 |
Color Harmonies of #141379
Complementary color
Monochromatic Colors of #141379
Black with #141379
Text Example
Text Example
White with #141379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141379; }
p { color: rgb(20,19,121); }
H1.HeaderClassName
{
color: #141379;
}
.AnyTagClassName
{
color: #141379;
}
</style>
background-color css
<style>
a { background-color: #141379; }
a { background-color: rgb(20,19,121); }
div.DivClassName
{
background-color: #141379;
}
.BgClassName
{
background-color: #141379;
}
</style>
border-color css
<style>
span { border-color: #141379; }
span { border-color: rgb(20,19,121); }
td.TdClassName
{
border-color: #141379;
}
.TagClassName
{
border-color: #141379;
}
</style>