Shades of Midnight Blue #141981
Tints of Midnight Blue #141981
RGB
CMYK
RGB Variations
Color information
#141981 (or 0x141981) is known color: Midnight Blue. HEX triplet: 14, 19 and 81. RGB value is (20,25,129). Sum of RGB (Red+Green+Blue) = 20+25+129=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 129 (50.78% from 255 or 74.14% from 174); Max value from RGB is 129 - color contains mainly: blue. Hex color #141981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141981 is #EBE67E. Grayscale: #222222. Windows color (decimal): -15459967 or 8460564. OLE color: 8460564.
HSL color Cylindrical-coordinate representation of color #141981: hue angle of 237.25º 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 #141981 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 25 | 129 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.49 |
| HSL | 237.25º | 0.73% | 0.29% | - |
| HSV(B) | 237.25º | 0.84% | 0.51% | - |
| XYZ | 4.6 | 2.43 | 21 | - |
| YUV | 35.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 129 | 0.84 | 0.81 | 0 | 0.49 | 237.25 | 0.73 | 0.29 |
| Hex | 14 | 19 | 81 | 54 | 51 | 0 | 31 | ED | 49 | 1D |
| Octal | 24 | 31 | 201 | 124 | 121 | 0 | 61 | 355 | 111 | 35 |
| Binary | 10100 | 11001 | 10000001 | 1010100 | 1010001 | 0 | 110001 | 11101101 | 1001001 | 11101 |
Color Harmonies of #141981
Complementary color
Monochromatic Colors of #141981
Black with #141981
Text Example
Text Example
White with #141981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141981; }
p { color: rgb(20,25,129); }
H1.HeaderClassName
{
color: #141981;
}
.AnyTagClassName
{
color: #141981;
}
</style>
background-color css
<style>
a { background-color: #141981; }
a { background-color: rgb(20,25,129); }
div.DivClassName
{
background-color: #141981;
}
.BgClassName
{
background-color: #141981;
}
</style>
border-color css
<style>
span { border-color: #141981; }
span { border-color: rgb(20,25,129); }
td.TdClassName
{
border-color: #141981;
}
.TagClassName
{
border-color: #141981;
}
</style>