Shades of Midnight Blue #141978
Tints of Midnight Blue #141978
RGB
CMYK
RGB Variations
Color information
#141978 (or 0x141978) is known color: Midnight Blue. HEX triplet: 14, 19 and 78. RGB value is (20,25,120). Sum of RGB (Red+Green+Blue) = 20+25+120=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #141978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141978 is #EBE687. Grayscale: #212121. Windows color (decimal): -15459976 or 7870740. OLE color: 7870740.
HSL color Cylindrical-coordinate representation of color #141978: hue angle of 237º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141978 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 25 | 120 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.53 |
| HSL | 237º | 0.71% | 0.27% | - |
| HSV(B) | 237º | 0.83% | 0.47% | - |
| XYZ | 4.03 | 2.2 | 17.98 | - |
| YUV | 34.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 120 | 0.83 | 0.79 | 0 | 0.53 | 237 | 0.71 | 0.27 |
| Hex | 14 | 19 | 78 | 53 | 4F | 0 | 35 | ED | 47 | 1B |
| Octal | 24 | 31 | 170 | 123 | 117 | 0 | 65 | 355 | 107 | 33 |
| Binary | 10100 | 11001 | 1111000 | 1010011 | 1001111 | 0 | 110101 | 11101101 | 1000111 | 11011 |
Color Harmonies of #141978
Complementary color
Monochromatic Colors of #141978
Black with #141978
Text Example
Text Example
White with #141978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141978; }
p { color: rgb(20,25,120); }
H1.HeaderClassName
{
color: #141978;
}
.AnyTagClassName
{
color: #141978;
}
</style>
background-color css
<style>
a { background-color: #141978; }
a { background-color: rgb(20,25,120); }
div.DivClassName
{
background-color: #141978;
}
.BgClassName
{
background-color: #141978;
}
</style>
border-color css
<style>
span { border-color: #141978; }
span { border-color: rgb(20,25,120); }
td.TdClassName
{
border-color: #141978;
}
.TagClassName
{
border-color: #141978;
}
</style>