Shades of Midnight Blue #141A71
Tints of Midnight Blue #141A71
RGB
CMYK
RGB Variations
Color information
#141A71 (or 0x141A71) is known color: Midnight Blue. HEX triplet: 14, 1A and 71. RGB value is (20,26,113). Sum of RGB (Red+Green+Blue) = 20+26+113=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #141A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A71 is #EBE58E. Grayscale: #212121. Windows color (decimal): -15459727 or 7412244. OLE color: 7412244.
HSL color Cylindrical-coordinate representation of color #141A71: hue angle of 236.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141A71 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 26 | 113 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.56 |
| HSL | 236.13º | 0.7% | 0.26% | - |
| HSV(B) | 236.13º | 0.82% | 0.44% | - |
| XYZ | 3.64 | 2.08 | 15.83 | - |
| YUV | 34.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 113 | 0.82 | 0.77 | 0 | 0.56 | 236.13 | 0.7 | 0.26 |
| Hex | 14 | 1A | 71 | 52 | 4D | 0 | 38 | EC | 46 | 1A |
| Octal | 24 | 32 | 161 | 122 | 115 | 0 | 70 | 354 | 106 | 32 |
| Binary | 10100 | 11010 | 1110001 | 1010010 | 1001101 | 0 | 111000 | 11101100 | 1000110 | 11010 |
Color Harmonies of #141A71
Complementary color
Monochromatic Colors of #141A71
Black with #141A71
Text Example
Text Example
White with #141A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A71; }
p { color: rgb(20,26,113); }
H1.HeaderClassName
{
color: #141A71;
}
.AnyTagClassName
{
color: #141A71;
}
</style>
background-color css
<style>
a { background-color: #141A71; }
a { background-color: rgb(20,26,113); }
div.DivClassName
{
background-color: #141A71;
}
.BgClassName
{
background-color: #141A71;
}
</style>
border-color css
<style>
span { border-color: #141A71; }
span { border-color: rgb(20,26,113); }
td.TdClassName
{
border-color: #141A71;
}
.TagClassName
{
border-color: #141A71;
}
</style>