Shades of New Midnight Blue #140DB1
Tints of New Midnight Blue #140DB1
RGB
CMYK
RGB Variations
Color information
#140DB1 (or 0x140DB1) is known color: New Midnight Blue. HEX triplet: 14, 0D and B1. RGB value is (20,13,177). Sum of RGB (Red+Green+Blue) = 20+13+177=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 177 (69.53% from 255 or 84.29% from 210); Max value from RGB is 177 - color contains mainly: blue. Hex color #140DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140DB1 is #EBF24E. Grayscale: #212121. Windows color (decimal): -15462991 or 11603220. OLE color: 11603220.
HSL color Cylindrical-coordinate representation of color #140DB1: hue angle of 242.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DB1 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 13 | 177 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.31 |
| HSL | 242.56º | 0.86% | 0.37% | - |
| HSV(B) | 242.56º | 0.93% | 0.69% | - |
| XYZ | 8.37 | 3.61 | 41.85 | - |
| YUV | 33.79 | 208.82 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 177 | 0.89 | 0.93 | 0 | 0.31 | 242.56 | 0.86 | 0.37 |
| Hex | 14 | D | B1 | 59 | 5D | 0 | 1F | F3 | 56 | 25 |
| Octal | 24 | 15 | 261 | 131 | 135 | 0 | 37 | 363 | 126 | 45 |
| Binary | 10100 | 1101 | 10110001 | 1011001 | 1011101 | 0 | 11111 | 11110011 | 1010110 | 100101 |
Color Harmonies of #140DB1
Complementary color
Monochromatic Colors of #140DB1
Black with #140DB1
Text Example
Text Example
White with #140DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DB1; }
p { color: rgb(20,13,177); }
H1.HeaderClassName
{
color: #140DB1;
}
.AnyTagClassName
{
color: #140DB1;
}
</style>
background-color css
<style>
a { background-color: #140DB1; }
a { background-color: rgb(20,13,177); }
div.DivClassName
{
background-color: #140DB1;
}
.BgClassName
{
background-color: #140DB1;
}
</style>
border-color css
<style>
span { border-color: #140DB1; }
span { border-color: rgb(20,13,177); }
td.TdClassName
{
border-color: #140DB1;
}
.TagClassName
{
border-color: #140DB1;
}
</style>