Shades of Midnight Blue #141D66
Tints of Midnight Blue #141D66
RGB
CMYK
RGB Variations
Color information
#141D66 (or 0x141D66) is known color: Midnight Blue. HEX triplet: 14, 1D and 66. RGB value is (20,29,102). Sum of RGB (Red+Green+Blue) = 20+29+102=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #141D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D66 is #EBE299. Grayscale: #222222. Windows color (decimal): -15458970 or 6692116. OLE color: 6692116.
HSL color Cylindrical-coordinate representation of color #141D66: hue angle of 233.41º 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 #141D66 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 29 | 102 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.6 |
| HSL | 233.41º | 0.67% | 0.24% | - |
| HSV(B) | 233.41º | 0.8% | 0.4% | - |
| XYZ | 3.13 | 1.99 | 12.79 | - |
| YUV | 34.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 102 | 0.80 | 0.72 | 0 | 0.6 | 233.41 | 0.67 | 0.24 |
| Hex | 14 | 1D | 66 | 50 | 48 | 0 | 3C | E9 | 43 | 18 |
| Octal | 24 | 35 | 146 | 120 | 110 | 0 | 74 | 351 | 103 | 30 |
| Binary | 10100 | 11101 | 1100110 | 1010000 | 1001000 | 0 | 111100 | 11101001 | 1000011 | 11000 |
Color Harmonies of #141D66
Complementary color
Monochromatic Colors of #141D66
Black with #141D66
Text Example
Text Example
White with #141D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D66; }
p { color: rgb(20,29,102); }
H1.HeaderClassName
{
color: #141D66;
}
.AnyTagClassName
{
color: #141D66;
}
</style>
background-color css
<style>
a { background-color: #141D66; }
a { background-color: rgb(20,29,102); }
div.DivClassName
{
background-color: #141D66;
}
.BgClassName
{
background-color: #141D66;
}
</style>
border-color css
<style>
span { border-color: #141D66; }
span { border-color: rgb(20,29,102); }
td.TdClassName
{
border-color: #141D66;
}
.TagClassName
{
border-color: #141D66;
}
</style>