Shades of New Midnight Blue #140DB2
Tints of New Midnight Blue #140DB2
RGB
CMYK
RGB Variations
Color information
#140DB2 (or 0x140DB2) is known color: New Midnight Blue. HEX triplet: 14, 0D and B2. RGB value is (20,13,178). Sum of RGB (Red+Green+Blue) = 20+13+178=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 178 (69.92% from 255 or 84.36% from 211); Max value from RGB is 178 - color contains mainly: blue. Hex color #140DB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140DB2 is #EBF24D. Grayscale: #212121. Windows color (decimal): -15462990 or 11668756. OLE color: 11668756.
HSL color Cylindrical-coordinate representation of color #140DB2: hue angle of 242.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DB2 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 13 | 178 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.30 |
| HSL | 242.55º | 0.86% | 0.37% | - |
| HSV(B) | 242.55º | 0.93% | 0.7% | - |
| XYZ | 8.47 | 3.65 | 42.38 | - |
| YUV | 33.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 178 | 0.89 | 0.93 | 0 | 0.30 | 242.55 | 0.86 | 0.37 |
| Hex | 14 | D | B2 | 59 | 5D | 0 | 1E | F3 | 56 | 25 |
| Octal | 24 | 15 | 262 | 131 | 135 | 0 | 36 | 363 | 126 | 45 |
| Binary | 10100 | 1101 | 10110010 | 1011001 | 1011101 | 0 | 11110 | 11110011 | 1010110 | 100101 |
Color Harmonies of #140DB2
Complementary color
Monochromatic Colors of #140DB2
Black with #140DB2
Text Example
Text Example
White with #140DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DB2; }
p { color: rgb(20,13,178); }
H1.HeaderClassName
{
color: #140DB2;
}
.AnyTagClassName
{
color: #140DB2;
}
</style>
background-color css
<style>
a { background-color: #140DB2; }
a { background-color: rgb(20,13,178); }
div.DivClassName
{
background-color: #140DB2;
}
.BgClassName
{
background-color: #140DB2;
}
</style>
border-color css
<style>
span { border-color: #140DB2; }
span { border-color: rgb(20,13,178); }
td.TdClassName
{
border-color: #140DB2;
}
.TagClassName
{
border-color: #140DB2;
}
</style>