Shades of New Midnight Blue #1404AE
Tints of New Midnight Blue #1404AE
RGB
CMYK
RGB Variations
Color information
#1404AE (or 0x1404AE) is known color: New Midnight Blue. HEX triplet: 14, 04 and AE. RGB value is (20,4,174). Sum of RGB (Red+Green+Blue) = 20+4+174=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 174 (68.36% from 255 or 87.88% from 198); Max value from RGB is 174 - color contains mainly: blue. Hex color #1404AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AE is #EBFB51. Grayscale: #1B1B1B. Windows color (decimal): -15465298 or 11404308. OLE color: 11404308.
HSL color Cylindrical-coordinate representation of color #1404AE: hue angle of 245.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404AE is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 4 | 174 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.32 |
| HSL | 245.65º | 0.96% | 0.35% | - |
| HSV(B) | 245.65º | 0.98% | 0.68% | - |
| XYZ | 7.97 | 3.29 | 40.26 | - |
| YUV | 28.16 | 210.3 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 174 | 0.89 | 0.98 | 0 | 0.32 | 245.65 | 0.96 | 0.35 |
| Hex | 14 | 4 | AE | 59 | 62 | 0 | 20 | F6 | 60 | 23 |
| Octal | 24 | 4 | 256 | 131 | 142 | 0 | 40 | 366 | 140 | 43 |
| Binary | 10100 | 100 | 10101110 | 1011001 | 1100010 | 0 | 100000 | 11110110 | 1100000 | 100011 |
Color Harmonies of #1404AE
Complementary color
Monochromatic Colors of #1404AE
Black with #1404AE
Text Example
Text Example
White with #1404AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1404AE; }
p { color: rgb(20,4,174); }
H1.HeaderClassName
{
color: #1404AE;
}
.AnyTagClassName
{
color: #1404AE;
}
</style>
background-color css
<style>
a { background-color: #1404AE; }
a { background-color: rgb(20,4,174); }
div.DivClassName
{
background-color: #1404AE;
}
.BgClassName
{
background-color: #1404AE;
}
</style>
border-color css
<style>
span { border-color: #1404AE; }
span { border-color: rgb(20,4,174); }
td.TdClassName
{
border-color: #1404AE;
}
.TagClassName
{
border-color: #1404AE;
}
</style>