Shades of New Midnight Blue #140AAE
Tints of New Midnight Blue #140AAE
RGB
CMYK
RGB Variations
Color information
#140AAE (or 0x140AAE) is known color: New Midnight Blue. HEX triplet: 14, 0A and AE. RGB value is (20,10,174). Sum of RGB (Red+Green+Blue) = 20+10+174=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 174 (68.36% from 255 or 85.29% from 204); Max value from RGB is 174 - color contains mainly: blue. Hex color #140AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140AAE is #EBF551. Grayscale: #1F1F1F. Windows color (decimal): -15463762 or 11405844. OLE color: 11405844.
HSL color Cylindrical-coordinate representation of color #140AAE: hue angle of 243.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140AAE is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 10 | 174 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.32 |
| HSL | 243.66º | 0.89% | 0.36% | - |
| HSV(B) | 243.66º | 0.94% | 0.68% | - |
| XYZ | 8.04 | 3.42 | 40.28 | - |
| YUV | 31.69 | 208.31 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 174 | 0.89 | 0.94 | 0 | 0.32 | 243.66 | 0.89 | 0.36 |
| Hex | 14 | A | AE | 59 | 5E | 0 | 20 | F4 | 59 | 24 |
| Octal | 24 | 12 | 256 | 131 | 136 | 0 | 40 | 364 | 131 | 44 |
| Binary | 10100 | 1010 | 10101110 | 1011001 | 1011110 | 0 | 100000 | 11110100 | 1011001 | 100100 |
Color Harmonies of #140AAE
Complementary color
Monochromatic Colors of #140AAE
Black with #140AAE
Text Example
Text Example
White with #140AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140AAE; }
p { color: rgb(20,10,174); }
H1.HeaderClassName
{
color: #140AAE;
}
.AnyTagClassName
{
color: #140AAE;
}
</style>
background-color css
<style>
a { background-color: #140AAE; }
a { background-color: rgb(20,10,174); }
div.DivClassName
{
background-color: #140AAE;
}
.BgClassName
{
background-color: #140AAE;
}
</style>
border-color css
<style>
span { border-color: #140AAE; }
span { border-color: rgb(20,10,174); }
td.TdClassName
{
border-color: #140AAE;
}
.TagClassName
{
border-color: #140AAE;
}
</style>