Shades of Midnight Blue #141E80
Tints of Midnight Blue #141E80
RGB
CMYK
RGB Variations
Color information
#141E80 (or 0x141E80) is known color: Midnight Blue. HEX triplet: 14, 1E and 80. RGB value is (20,30,128). Sum of RGB (Red+Green+Blue) = 20+30+128=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #141E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E80 is #EBE17F. Grayscale: #252525. Windows color (decimal): -15458688 or 8396308. OLE color: 8396308.
HSL color Cylindrical-coordinate representation of color #141E80: hue angle of 234.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141E80 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 30 | 128 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.50 |
| HSL | 234.44º | 0.73% | 0.29% | - |
| HSV(B) | 234.44º | 0.84% | 0.5% | - |
| XYZ | 4.65 | 2.64 | 20.69 | - |
| YUV | 38.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 128 | 0.84 | 0.77 | 0 | 0.50 | 234.44 | 0.73 | 0.29 |
| Hex | 14 | 1E | 80 | 54 | 4D | 0 | 32 | EA | 49 | 1D |
| Octal | 24 | 36 | 200 | 124 | 115 | 0 | 62 | 352 | 111 | 35 |
| Binary | 10100 | 11110 | 10000000 | 1010100 | 1001101 | 0 | 110010 | 11101010 | 1001001 | 11101 |
Color Harmonies of #141E80
Complementary color
Monochromatic Colors of #141E80
Black with #141E80
Text Example
Text Example
White with #141E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E80; }
p { color: rgb(20,30,128); }
H1.HeaderClassName
{
color: #141E80;
}
.AnyTagClassName
{
color: #141E80;
}
</style>
background-color css
<style>
a { background-color: #141E80; }
a { background-color: rgb(20,30,128); }
div.DivClassName
{
background-color: #141E80;
}
.BgClassName
{
background-color: #141E80;
}
</style>
border-color css
<style>
span { border-color: #141E80; }
span { border-color: rgb(20,30,128); }
td.TdClassName
{
border-color: #141E80;
}
.TagClassName
{
border-color: #141E80;
}
</style>