Shades of Midnight Blue #141D81
Tints of Midnight Blue #141D81
RGB
CMYK
RGB Variations
Color information
#141D81 (or 0x141D81) is known color: Midnight Blue. HEX triplet: 14, 1D and 81. RGB value is (20,29,129). Sum of RGB (Red+Green+Blue) = 20+29+129=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #141D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D81 is #EBE27E. Grayscale: #252525. Windows color (decimal): -15458943 or 8461588. OLE color: 8461588.
HSL color Cylindrical-coordinate representation of color #141D81: hue angle of 235.05º 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 #141D81 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 29 | 129 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.49 |
| HSL | 235.05º | 0.73% | 0.29% | - |
| HSV(B) | 235.05º | 0.84% | 0.51% | - |
| XYZ | 4.69 | 2.61 | 21.03 | - |
| YUV | 37.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 129 | 0.84 | 0.78 | 0 | 0.49 | 235.05 | 0.73 | 0.29 |
| Hex | 14 | 1D | 81 | 54 | 4E | 0 | 31 | EB | 49 | 1D |
| Octal | 24 | 35 | 201 | 124 | 116 | 0 | 61 | 353 | 111 | 35 |
| Binary | 10100 | 11101 | 10000001 | 1010100 | 1001110 | 0 | 110001 | 11101011 | 1001001 | 11101 |
Color Harmonies of #141D81
Complementary color
Monochromatic Colors of #141D81
Black with #141D81
Text Example
Text Example
White with #141D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D81; }
p { color: rgb(20,29,129); }
H1.HeaderClassName
{
color: #141D81;
}
.AnyTagClassName
{
color: #141D81;
}
</style>
background-color css
<style>
a { background-color: #141D81; }
a { background-color: rgb(20,29,129); }
div.DivClassName
{
background-color: #141D81;
}
.BgClassName
{
background-color: #141D81;
}
</style>
border-color css
<style>
span { border-color: #141D81; }
span { border-color: rgb(20,29,129); }
td.TdClassName
{
border-color: #141D81;
}
.TagClassName
{
border-color: #141D81;
}
</style>