Shades of Midnight Blue #141C70
Tints of Midnight Blue #141C70
RGB
CMYK
RGB Variations
Color information
#141C70 (or 0x141C70) is known color: Midnight Blue. HEX triplet: 14, 1C and 70. RGB value is (20,28,112). Sum of RGB (Red+Green+Blue) = 20+28+112=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #141C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C70 is #EBE38F. Grayscale: #222222. Windows color (decimal): -15459216 or 7347220. OLE color: 7347220.
HSL color Cylindrical-coordinate representation of color #141C70: hue angle of 234.78º 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 #141C70 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 28 | 112 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.56 |
| HSL | 234.78º | 0.7% | 0.26% | - |
| HSV(B) | 234.78º | 0.82% | 0.44% | - |
| XYZ | 3.63 | 2.15 | 15.55 | - |
| YUV | 35.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 112 | 0.82 | 0.75 | 0 | 0.56 | 234.78 | 0.7 | 0.26 |
| Hex | 14 | 1C | 70 | 52 | 4B | 0 | 38 | EB | 46 | 1A |
| Octal | 24 | 34 | 160 | 122 | 113 | 0 | 70 | 353 | 106 | 32 |
| Binary | 10100 | 11100 | 1110000 | 1010010 | 1001011 | 0 | 111000 | 11101011 | 1000110 | 11010 |
Color Harmonies of #141C70
Complementary color
Monochromatic Colors of #141C70
Black with #141C70
Text Example
Text Example
White with #141C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C70; }
p { color: rgb(20,28,112); }
H1.HeaderClassName
{
color: #141C70;
}
.AnyTagClassName
{
color: #141C70;
}
</style>
background-color css
<style>
a { background-color: #141C70; }
a { background-color: rgb(20,28,112); }
div.DivClassName
{
background-color: #141C70;
}
.BgClassName
{
background-color: #141C70;
}
</style>
border-color css
<style>
span { border-color: #141C70; }
span { border-color: rgb(20,28,112); }
td.TdClassName
{
border-color: #141C70;
}
.TagClassName
{
border-color: #141C70;
}
</style>