Shades of Midnight Blue #141E81
Tints of Midnight Blue #141E81
RGB
CMYK
RGB Variations
Color information
#141E81 (or 0x141E81) is known color: Midnight Blue. HEX triplet: 14, 1E and 81. RGB value is (20,30,129). Sum of RGB (Red+Green+Blue) = 20+30+129=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #141E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E81 is #EBE17E. Grayscale: #252525. Windows color (decimal): -15458687 or 8461844. OLE color: 8461844.
HSL color Cylindrical-coordinate representation of color #141E81: hue angle of 234.5º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141E81 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 30 | 129 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.49 |
| HSL | 234.5º | 0.73% | 0.29% | - |
| HSV(B) | 234.5º | 0.84% | 0.51% | - |
| XYZ | 4.72 | 2.66 | 21.03 | - |
| YUV | 38.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 129 | 0.84 | 0.77 | 0 | 0.49 | 234.5 | 0.73 | 0.29 |
| Hex | 14 | 1E | 81 | 54 | 4D | 0 | 31 | EA | 49 | 1D |
| Octal | 24 | 36 | 201 | 124 | 115 | 0 | 61 | 352 | 111 | 35 |
| Binary | 10100 | 11110 | 10000001 | 1010100 | 1001101 | 0 | 110001 | 11101010 | 1001001 | 11101 |
Color Harmonies of #141E81
Complementary color
Monochromatic Colors of #141E81
Black with #141E81
Text Example
Text Example
White with #141E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E81; }
p { color: rgb(20,30,129); }
H1.HeaderClassName
{
color: #141E81;
}
.AnyTagClassName
{
color: #141E81;
}
</style>
background-color css
<style>
a { background-color: #141E81; }
a { background-color: rgb(20,30,129); }
div.DivClassName
{
background-color: #141E81;
}
.BgClassName
{
background-color: #141E81;
}
</style>
border-color css
<style>
span { border-color: #141E81; }
span { border-color: rgb(20,30,129); }
td.TdClassName
{
border-color: #141E81;
}
.TagClassName
{
border-color: #141E81;
}
</style>