Shades of Midnight Blue #141878
Tints of Midnight Blue #141878
RGB
CMYK
RGB Variations
Color information
#141878 (or 0x141878) is known color: Midnight Blue. HEX triplet: 14, 18 and 78. RGB value is (20,24,120). Sum of RGB (Red+Green+Blue) = 20+24+120=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #141878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141878 is #EBE787. Grayscale: #212121. Windows color (decimal): -15460232 or 7870484. OLE color: 7870484.
HSL color Cylindrical-coordinate representation of color #141878: hue angle of 237.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141878 is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 24 | 120 | - |
| CMYK | 0.83 | 0.8 | 0 | 0.53 |
| HSL | 237.6º | 0.71% | 0.27% | - |
| HSV(B) | 237.6º | 0.83% | 0.47% | - |
| XYZ | 4.01 | 2.16 | 17.97 | - |
| YUV | 33.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 120 | 0.83 | 0.8 | 0 | 0.53 | 237.6 | 0.71 | 0.27 |
| Hex | 14 | 18 | 78 | 53 | 50 | 0 | 35 | EE | 47 | 1B |
| Octal | 24 | 30 | 170 | 123 | 120 | 0 | 65 | 356 | 107 | 33 |
| Binary | 10100 | 11000 | 1111000 | 1010011 | 1010000 | 0 | 110101 | 11101110 | 1000111 | 11011 |
Color Harmonies of #141878
Complementary color
Monochromatic Colors of #141878
Black with #141878
Text Example
Text Example
White with #141878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141878; }
p { color: rgb(20,24,120); }
H1.HeaderClassName
{
color: #141878;
}
.AnyTagClassName
{
color: #141878;
}
</style>
background-color css
<style>
a { background-color: #141878; }
a { background-color: rgb(20,24,120); }
div.DivClassName
{
background-color: #141878;
}
.BgClassName
{
background-color: #141878;
}
</style>
border-color css
<style>
span { border-color: #141878; }
span { border-color: rgb(20,24,120); }
td.TdClassName
{
border-color: #141878;
}
.TagClassName
{
border-color: #141878;
}
</style>