Shades of New Midnight Blue #140DAC
Tints of New Midnight Blue #140DAC
RGB
CMYK
RGB Variations
Color information
#140DAC (or 0x140DAC) is known color: New Midnight Blue. HEX triplet: 14, 0D and AC. RGB value is (20,13,172). Sum of RGB (Red+Green+Blue) = 20+13+172=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #140DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140DAC is #EBF253. Grayscale: #202020. Windows color (decimal): -15462996 or 11275540. OLE color: 11275540.
HSL color Cylindrical-coordinate representation of color #140DAC: hue angle of 242.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140DAC is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 13 | 172 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.33 |
| HSL | 242.64º | 0.86% | 0.36% | - |
| HSV(B) | 242.64º | 0.92% | 0.67% | - |
| XYZ | 7.88 | 3.42 | 39.27 | - |
| YUV | 33.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 172 | 0.88 | 0.92 | 0 | 0.33 | 242.64 | 0.86 | 0.36 |
| Hex | 14 | D | AC | 58 | 5C | 0 | 21 | F3 | 56 | 24 |
| Octal | 24 | 15 | 254 | 130 | 134 | 0 | 41 | 363 | 126 | 44 |
| Binary | 10100 | 1101 | 10101100 | 1011000 | 1011100 | 0 | 100001 | 11110011 | 1010110 | 100100 |
Color Harmonies of #140DAC
Complementary color
Monochromatic Colors of #140DAC
Black with #140DAC
Text Example
Text Example
White with #140DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DAC; }
p { color: rgb(20,13,172); }
H1.HeaderClassName
{
color: #140DAC;
}
.AnyTagClassName
{
color: #140DAC;
}
</style>
background-color css
<style>
a { background-color: #140DAC; }
a { background-color: rgb(20,13,172); }
div.DivClassName
{
background-color: #140DAC;
}
.BgClassName
{
background-color: #140DAC;
}
</style>
border-color css
<style>
span { border-color: #140DAC; }
span { border-color: rgb(20,13,172); }
td.TdClassName
{
border-color: #140DAC;
}
.TagClassName
{
border-color: #140DAC;
}
</style>