Shades of Midnight Blue #141866
Tints of Midnight Blue #141866
RGB
CMYK
RGB Variations
Color information
#141866 (or 0x141866) is known color: Midnight Blue. HEX triplet: 14, 18 and 66. RGB value is (20,24,102). Sum of RGB (Red+Green+Blue) = 20+24+102=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #141866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141866 is #EBE799. Grayscale: #1F1F1F. Windows color (decimal): -15460250 or 6690836. OLE color: 6690836.
HSL color Cylindrical-coordinate representation of color #141866: hue angle of 237.07º 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 #141866 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 24 | 102 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.6 |
| HSL | 237.07º | 0.67% | 0.24% | - |
| HSV(B) | 237.07º | 0.8% | 0.4% | - |
| XYZ | 3.01 | 1.76 | 12.75 | - |
| YUV | 31.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 102 | 0.80 | 0.76 | 0 | 0.6 | 237.07 | 0.67 | 0.24 |
| Hex | 14 | 18 | 66 | 50 | 4C | 0 | 3C | ED | 43 | 18 |
| Octal | 24 | 30 | 146 | 120 | 114 | 0 | 74 | 355 | 103 | 30 |
| Binary | 10100 | 11000 | 1100110 | 1010000 | 1001100 | 0 | 111100 | 11101101 | 1000011 | 11000 |
Color Harmonies of #141866
Complementary color
Monochromatic Colors of #141866
Black with #141866
Text Example
Text Example
White with #141866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141866; }
p { color: rgb(20,24,102); }
H1.HeaderClassName
{
color: #141866;
}
.AnyTagClassName
{
color: #141866;
}
</style>
background-color css
<style>
a { background-color: #141866; }
a { background-color: rgb(20,24,102); }
div.DivClassName
{
background-color: #141866;
}
.BgClassName
{
background-color: #141866;
}
</style>
border-color css
<style>
span { border-color: #141866; }
span { border-color: rgb(20,24,102); }
td.TdClassName
{
border-color: #141866;
}
.TagClassName
{
border-color: #141866;
}
</style>