Shades of New Midnight Blue #140DB0
Tints of New Midnight Blue #140DB0
RGB
CMYK
RGB Variations
Color information
#140DB0 (or 0x140DB0) is known color: New Midnight Blue. HEX triplet: 14, 0D and B0. RGB value is (20,13,176). Sum of RGB (Red+Green+Blue) = 20+13+176=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 176 (69.14% from 255 or 84.21% from 209); Max value from RGB is 176 - color contains mainly: blue. Hex color #140DB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140DB0 is #EBF24F. Grayscale: #212121. Windows color (decimal): -15462992 or 11537684. OLE color: 11537684.
HSL color Cylindrical-coordinate representation of color #140DB0: hue angle of 242.58º 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 #140DB0 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 13 | 176 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.31 |
| HSL | 242.58º | 0.86% | 0.37% | - |
| HSV(B) | 242.58º | 0.93% | 0.69% | - |
| XYZ | 8.27 | 3.57 | 41.33 | - |
| YUV | 33.68 | 208.32 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 176 | 0.89 | 0.93 | 0 | 0.31 | 242.58 | 0.86 | 0.37 |
| Hex | 14 | D | B0 | 59 | 5D | 0 | 1F | F3 | 56 | 25 |
| Octal | 24 | 15 | 260 | 131 | 135 | 0 | 37 | 363 | 126 | 45 |
| Binary | 10100 | 1101 | 10110000 | 1011001 | 1011101 | 0 | 11111 | 11110011 | 1010110 | 100101 |
Color Harmonies of #140DB0
Complementary color
Monochromatic Colors of #140DB0
Black with #140DB0
Text Example
Text Example
White with #140DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DB0; }
p { color: rgb(20,13,176); }
H1.HeaderClassName
{
color: #140DB0;
}
.AnyTagClassName
{
color: #140DB0;
}
</style>
background-color css
<style>
a { background-color: #140DB0; }
a { background-color: rgb(20,13,176); }
div.DivClassName
{
background-color: #140DB0;
}
.BgClassName
{
background-color: #140DB0;
}
</style>
border-color css
<style>
span { border-color: #140DB0; }
span { border-color: rgb(20,13,176); }
td.TdClassName
{
border-color: #140DB0;
}
.TagClassName
{
border-color: #140DB0;
}
</style>