Shades of Midnight Blue #140871
Tints of Midnight Blue #140871
RGB
CMYK
RGB Variations
Color information
#140871 (or 0x140871) is known color: Midnight Blue. HEX triplet: 14, 08 and 71. RGB value is (20,8,113). Sum of RGB (Red+Green+Blue) = 20+8+113=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #140871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140871 is #EBF78E. Grayscale: #171717. Windows color (decimal): -15464335 or 7407636. OLE color: 7407636.
HSL color Cylindrical-coordinate representation of color #140871: hue angle of 246.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140871 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 8 | 113 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.56 |
| HSL | 246.86º | 0.87% | 0.24% | - |
| HSV(B) | 246.86º | 0.93% | 0.44% | - |
| XYZ | 3.36 | 1.51 | 15.74 | - |
| YUV | 23.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 113 | 0.82 | 0.93 | 0 | 0.56 | 246.86 | 0.87 | 0.24 |
| Hex | 14 | 8 | 71 | 52 | 5D | 0 | 38 | F7 | 57 | 18 |
| Octal | 24 | 10 | 161 | 122 | 135 | 0 | 70 | 367 | 127 | 30 |
| Binary | 10100 | 1000 | 1110001 | 1010010 | 1011101 | 0 | 111000 | 11110111 | 1010111 | 11000 |
Color Harmonies of #140871
Complementary color
Monochromatic Colors of #140871
Black with #140871
Text Example
Text Example
White with #140871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140871; }
p { color: rgb(20,8,113); }
H1.HeaderClassName
{
color: #140871;
}
.AnyTagClassName
{
color: #140871;
}
</style>
background-color css
<style>
a { background-color: #140871; }
a { background-color: rgb(20,8,113); }
div.DivClassName
{
background-color: #140871;
}
.BgClassName
{
background-color: #140871;
}
</style>
border-color css
<style>
span { border-color: #140871; }
span { border-color: rgb(20,8,113); }
td.TdClassName
{
border-color: #140871;
}
.TagClassName
{
border-color: #140871;
}
</style>