Shades of Midnight Blue #141966
Tints of Midnight Blue #141966
RGB
CMYK
RGB Variations
Color information
#141966 (or 0x141966) is known color: Midnight Blue. HEX triplet: 14, 19 and 66. RGB value is (20,25,102). Sum of RGB (Red+Green+Blue) = 20+25+102=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #141966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141966 is #EBE699. Grayscale: #1F1F1F. Windows color (decimal): -15459994 or 6691092. OLE color: 6691092.
HSL color Cylindrical-coordinate representation of color #141966: hue angle of 236.34º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141966 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 25 | 102 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.6 |
| HSL | 236.34º | 0.67% | 0.24% | - |
| HSV(B) | 236.34º | 0.8% | 0.4% | - |
| XYZ | 3.03 | 1.8 | 12.76 | - |
| YUV | 32.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 102 | 0.80 | 0.75 | 0 | 0.6 | 236.34 | 0.67 | 0.24 |
| Hex | 14 | 19 | 66 | 50 | 4B | 0 | 3C | EC | 43 | 18 |
| Octal | 24 | 31 | 146 | 120 | 113 | 0 | 74 | 354 | 103 | 30 |
| Binary | 10100 | 11001 | 1100110 | 1010000 | 1001011 | 0 | 111100 | 11101100 | 1000011 | 11000 |
Color Harmonies of #141966
Complementary color
Monochromatic Colors of #141966
Black with #141966
Text Example
Text Example
White with #141966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141966; }
p { color: rgb(20,25,102); }
H1.HeaderClassName
{
color: #141966;
}
.AnyTagClassName
{
color: #141966;
}
</style>
background-color css
<style>
a { background-color: #141966; }
a { background-color: rgb(20,25,102); }
div.DivClassName
{
background-color: #141966;
}
.BgClassName
{
background-color: #141966;
}
</style>
border-color css
<style>
span { border-color: #141966; }
span { border-color: rgb(20,25,102); }
td.TdClassName
{
border-color: #141966;
}
.TagClassName
{
border-color: #141966;
}
</style>