Shades of Midnight Blue #141A70
Tints of Midnight Blue #141A70
RGB
CMYK
RGB Variations
Color information
#141A70 (or 0x141A70) is known color: Midnight Blue. HEX triplet: 14, 1A and 70. RGB value is (20,26,112). Sum of RGB (Red+Green+Blue) = 20+26+112=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #141A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A70 is #EBE58F. Grayscale: #212121. Windows color (decimal): -15459728 or 7346708. OLE color: 7346708.
HSL color Cylindrical-coordinate representation of color #141A70: hue angle of 236.09º 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 #141A70 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 26 | 112 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.56 |
| HSL | 236.09º | 0.7% | 0.26% | - |
| HSV(B) | 236.09º | 0.82% | 0.44% | - |
| XYZ | 3.58 | 2.06 | 15.54 | - |
| YUV | 34.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 112 | 0.82 | 0.77 | 0 | 0.56 | 236.09 | 0.7 | 0.26 |
| Hex | 14 | 1A | 70 | 52 | 4D | 0 | 38 | EC | 46 | 1A |
| Octal | 24 | 32 | 160 | 122 | 115 | 0 | 70 | 354 | 106 | 32 |
| Binary | 10100 | 11010 | 1110000 | 1010010 | 1001101 | 0 | 111000 | 11101100 | 1000110 | 11010 |
Color Harmonies of #141A70
Complementary color
Monochromatic Colors of #141A70
Black with #141A70
Text Example
Text Example
White with #141A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A70; }
p { color: rgb(20,26,112); }
H1.HeaderClassName
{
color: #141A70;
}
.AnyTagClassName
{
color: #141A70;
}
</style>
background-color css
<style>
a { background-color: #141A70; }
a { background-color: rgb(20,26,112); }
div.DivClassName
{
background-color: #141A70;
}
.BgClassName
{
background-color: #141A70;
}
</style>
border-color css
<style>
span { border-color: #141A70; }
span { border-color: rgb(20,26,112); }
td.TdClassName
{
border-color: #141A70;
}
.TagClassName
{
border-color: #141A70;
}
</style>