Shades of Midnight Blue #141870
Tints of Midnight Blue #141870
RGB
CMYK
RGB Variations
Color information
#141870 (or 0x141870) is known color: Midnight Blue. HEX triplet: 14, 18 and 70. RGB value is (20,24,112). Sum of RGB (Red+Green+Blue) = 20+24+112=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #141870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141870 is #EBE78F. Grayscale: #202020. Windows color (decimal): -15460240 or 7346196. OLE color: 7346196.
HSL color Cylindrical-coordinate representation of color #141870: hue angle of 237.39º 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 #141870 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 24 | 112 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.56 |
| HSL | 237.39º | 0.7% | 0.26% | - |
| HSV(B) | 237.39º | 0.82% | 0.44% | - |
| XYZ | 3.54 | 1.97 | 15.52 | - |
| YUV | 32.84 | 172.67 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 112 | 0.82 | 0.79 | 0 | 0.56 | 237.39 | 0.7 | 0.26 |
| Hex | 14 | 18 | 70 | 52 | 4F | 0 | 38 | ED | 46 | 1A |
| Octal | 24 | 30 | 160 | 122 | 117 | 0 | 70 | 355 | 106 | 32 |
| Binary | 10100 | 11000 | 1110000 | 1010010 | 1001111 | 0 | 111000 | 11101101 | 1000110 | 11010 |
Color Harmonies of #141870
Complementary color
Monochromatic Colors of #141870
Black with #141870
Text Example
Text Example
White with #141870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141870; }
p { color: rgb(20,24,112); }
H1.HeaderClassName
{
color: #141870;
}
.AnyTagClassName
{
color: #141870;
}
</style>
background-color css
<style>
a { background-color: #141870; }
a { background-color: rgb(20,24,112); }
div.DivClassName
{
background-color: #141870;
}
.BgClassName
{
background-color: #141870;
}
</style>
border-color css
<style>
span { border-color: #141870; }
span { border-color: rgb(20,24,112); }
td.TdClassName
{
border-color: #141870;
}
.TagClassName
{
border-color: #141870;
}
</style>