Shades of Midnight Blue #140D7C
Tints of Midnight Blue #140D7C
RGB
CMYK
RGB Variations
Color information
#140D7C (or 0x140D7C) is known color: Midnight Blue. HEX triplet: 14, 0D and 7C. RGB value is (20,13,124). Sum of RGB (Red+Green+Blue) = 20+13+124=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #140D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140D7C is #EBF283. Grayscale: #1B1B1B. Windows color (decimal): -15463044 or 8129812. OLE color: 8129812.
HSL color Cylindrical-coordinate representation of color #140D7C: hue angle of 243.78º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140D7C is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 13 | 124 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.51 |
| HSL | 243.78º | 0.81% | 0.27% | - |
| HSV(B) | 243.78º | 0.9% | 0.49% | - |
| XYZ | 4.07 | 1.89 | 19.22 | - |
| YUV | 27.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 124 | 0.84 | 0.90 | 0 | 0.51 | 243.78 | 0.81 | 0.27 |
| Hex | 14 | D | 7C | 54 | 5A | 0 | 33 | F4 | 51 | 1B |
| Octal | 24 | 15 | 174 | 124 | 132 | 0 | 63 | 364 | 121 | 33 |
| Binary | 10100 | 1101 | 1111100 | 1010100 | 1011010 | 0 | 110011 | 11110100 | 1010001 | 11011 |
Color Harmonies of #140D7C
Complementary color
Monochromatic Colors of #140D7C
Black with #140D7C
Text Example
Text Example
White with #140D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D7C; }
p { color: rgb(20,13,124); }
H1.HeaderClassName
{
color: #140D7C;
}
.AnyTagClassName
{
color: #140D7C;
}
</style>
background-color css
<style>
a { background-color: #140D7C; }
a { background-color: rgb(20,13,124); }
div.DivClassName
{
background-color: #140D7C;
}
.BgClassName
{
background-color: #140D7C;
}
</style>
border-color css
<style>
span { border-color: #140D7C; }
span { border-color: rgb(20,13,124); }
td.TdClassName
{
border-color: #140D7C;
}
.TagClassName
{
border-color: #140D7C;
}
</style>