Shades of Midnight Blue #141D73
Tints of Midnight Blue #141D73
RGB
CMYK
RGB Variations
Color information
#141D73 (or 0x141D73) is known color: Midnight Blue. HEX triplet: 14, 1D and 73. RGB value is (20,29,115). Sum of RGB (Red+Green+Blue) = 20+29+115=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #141D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D73 is #EBE28C. Grayscale: #232323. Windows color (decimal): -15458957 or 7544084. OLE color: 7544084.
HSL color Cylindrical-coordinate representation of color #141D73: hue angle of 234.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141D73 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 29 | 115 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.55 |
| HSL | 234.32º | 0.7% | 0.26% | - |
| HSV(B) | 234.32º | 0.83% | 0.45% | - |
| XYZ | 3.82 | 2.27 | 16.46 | - |
| YUV | 36.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 115 | 0.83 | 0.75 | 0 | 0.55 | 234.32 | 0.7 | 0.26 |
| Hex | 14 | 1D | 73 | 53 | 4B | 0 | 37 | EA | 46 | 1A |
| Octal | 24 | 35 | 163 | 123 | 113 | 0 | 67 | 352 | 106 | 32 |
| Binary | 10100 | 11101 | 1110011 | 1010011 | 1001011 | 0 | 110111 | 11101010 | 1000110 | 11010 |
Color Harmonies of #141D73
Complementary color
Monochromatic Colors of #141D73
Black with #141D73
Text Example
Text Example
White with #141D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D73; }
p { color: rgb(20,29,115); }
H1.HeaderClassName
{
color: #141D73;
}
.AnyTagClassName
{
color: #141D73;
}
</style>
background-color css
<style>
a { background-color: #141D73; }
a { background-color: rgb(20,29,115); }
div.DivClassName
{
background-color: #141D73;
}
.BgClassName
{
background-color: #141D73;
}
</style>
border-color css
<style>
span { border-color: #141D73; }
span { border-color: rgb(20,29,115); }
td.TdClassName
{
border-color: #141D73;
}
.TagClassName
{
border-color: #141D73;
}
</style>