Shades of New Midnight Blue #140FAE
Tints of New Midnight Blue #140FAE
RGB
CMYK
RGB Variations
Color information
#140FAE (or 0x140FAE) is known color: New Midnight Blue. HEX triplet: 14, 0F and AE. RGB value is (20,15,174). Sum of RGB (Red+Green+Blue) = 20+15+174=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #140FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140FAE is #EBF051. Grayscale: #212121. Windows color (decimal): -15462482 or 11407124. OLE color: 11407124.
HSL color Cylindrical-coordinate representation of color #140FAE: hue angle of 241.89º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140FAE is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 15 | 174 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.32 |
| HSL | 241.89º | 0.84% | 0.37% | - |
| HSV(B) | 241.89º | 0.91% | 0.68% | - |
| XYZ | 8.1 | 3.55 | 40.3 | - |
| YUV | 34.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 174 | 0.89 | 0.91 | 0 | 0.32 | 241.89 | 0.84 | 0.37 |
| Hex | 14 | F | AE | 59 | 5B | 0 | 20 | F2 | 54 | 25 |
| Octal | 24 | 17 | 256 | 131 | 133 | 0 | 40 | 362 | 124 | 45 |
| Binary | 10100 | 1111 | 10101110 | 1011001 | 1011011 | 0 | 100000 | 11110010 | 1010100 | 100101 |
Color Harmonies of #140FAE
Complementary color
Monochromatic Colors of #140FAE
Black with #140FAE
Text Example
Text Example
White with #140FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FAE; }
p { color: rgb(20,15,174); }
H1.HeaderClassName
{
color: #140FAE;
}
.AnyTagClassName
{
color: #140FAE;
}
</style>
background-color css
<style>
a { background-color: #140FAE; }
a { background-color: rgb(20,15,174); }
div.DivClassName
{
background-color: #140FAE;
}
.BgClassName
{
background-color: #140FAE;
}
</style>
border-color css
<style>
span { border-color: #140FAE; }
span { border-color: rgb(20,15,174); }
td.TdClassName
{
border-color: #140FAE;
}
.TagClassName
{
border-color: #140FAE;
}
</style>