Shades of Midnight Blue #141176
Tints of Midnight Blue #141176
RGB
CMYK
RGB Variations
Color information
#141176 (or 0x141176) is known color: Midnight Blue. HEX triplet: 14, 11 and 76. RGB value is (20,17,118). Sum of RGB (Red+Green+Blue) = 20+17+118=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #141176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141176 is #EBEE89. Grayscale: #1D1D1D. Windows color (decimal): -15462026 or 7737620. OLE color: 7737620.
HSL color Cylindrical-coordinate representation of color #141176: hue angle of 241.78º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141176 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 17 | 118 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.54 |
| HSL | 241.78º | 0.75% | 0.26% | - |
| HSV(B) | 241.78º | 0.86% | 0.46% | - |
| XYZ | 3.76 | 1.86 | 17.3 | - |
| YUV | 29.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 118 | 0.83 | 0.86 | 0 | 0.54 | 241.78 | 0.75 | 0.26 |
| Hex | 14 | 11 | 76 | 53 | 56 | 0 | 36 | F2 | 4B | 1A |
| Octal | 24 | 21 | 166 | 123 | 126 | 0 | 66 | 362 | 113 | 32 |
| Binary | 10100 | 10001 | 1110110 | 1010011 | 1010110 | 0 | 110110 | 11110010 | 1001011 | 11010 |
Color Harmonies of #141176
Complementary color
Monochromatic Colors of #141176
Black with #141176
Text Example
Text Example
White with #141176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141176; }
p { color: rgb(20,17,118); }
H1.HeaderClassName
{
color: #141176;
}
.AnyTagClassName
{
color: #141176;
}
</style>
background-color css
<style>
a { background-color: #141176; }
a { background-color: rgb(20,17,118); }
div.DivClassName
{
background-color: #141176;
}
.BgClassName
{
background-color: #141176;
}
</style>
border-color css
<style>
span { border-color: #141176; }
span { border-color: rgb(20,17,118); }
td.TdClassName
{
border-color: #141176;
}
.TagClassName
{
border-color: #141176;
}
</style>