Shades of Midnight Blue #141D70
Tints of Midnight Blue #141D70
RGB
CMYK
RGB Variations
Color information
#141D70 (or 0x141D70) is known color: Midnight Blue. HEX triplet: 14, 1D and 70. RGB value is (20,29,112). Sum of RGB (Red+Green+Blue) = 20+29+112=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #141D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D70 is #EBE28F. Grayscale: #232323. Windows color (decimal): -15458960 or 7347476. OLE color: 7347476.
HSL color Cylindrical-coordinate representation of color #141D70: hue angle of 234.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 #141D70 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 29 | 112 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.56 |
| HSL | 234.13º | 0.7% | 0.26% | - |
| HSV(B) | 234.13º | 0.82% | 0.44% | - |
| XYZ | 3.65 | 2.2 | 15.56 | - |
| YUV | 35.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 112 | 0.82 | 0.74 | 0 | 0.56 | 234.13 | 0.7 | 0.26 |
| Hex | 14 | 1D | 70 | 52 | 4A | 0 | 38 | EA | 46 | 1A |
| Octal | 24 | 35 | 160 | 122 | 112 | 0 | 70 | 352 | 106 | 32 |
| Binary | 10100 | 11101 | 1110000 | 1010010 | 1001010 | 0 | 111000 | 11101010 | 1000110 | 11010 |
Color Harmonies of #141D70
Complementary color
Monochromatic Colors of #141D70
Black with #141D70
Text Example
Text Example
White with #141D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D70; }
p { color: rgb(20,29,112); }
H1.HeaderClassName
{
color: #141D70;
}
.AnyTagClassName
{
color: #141D70;
}
</style>
background-color css
<style>
a { background-color: #141D70; }
a { background-color: rgb(20,29,112); }
div.DivClassName
{
background-color: #141D70;
}
.BgClassName
{
background-color: #141D70;
}
</style>
border-color css
<style>
span { border-color: #141D70; }
span { border-color: rgb(20,29,112); }
td.TdClassName
{
border-color: #141D70;
}
.TagClassName
{
border-color: #141D70;
}
</style>