Shades of New Midnight Blue #1404AA
Tints of New Midnight Blue #1404AA
RGB
CMYK
RGB Variations
Color information
#1404AA (or 0x1404AA) is known color: New Midnight Blue. HEX triplet: 14, 04 and AA. RGB value is (20,4,170). Sum of RGB (Red+Green+Blue) = 20+4+170=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #1404AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AA is #EBFB55. Grayscale: #1B1B1B. Windows color (decimal): -15465302 or 11142164. OLE color: 11142164.
HSL color Cylindrical-coordinate representation of color #1404AA: hue angle of 245.78º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404AA is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 4 | 170 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.33 |
| HSL | 245.78º | 0.95% | 0.34% | - |
| HSV(B) | 245.78º | 0.98% | 0.67% | - |
| XYZ | 7.59 | 3.14 | 38.24 | - |
| YUV | 27.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 170 | 0.88 | 0.98 | 0 | 0.33 | 245.78 | 0.95 | 0.34 |
| Hex | 14 | 4 | AA | 58 | 62 | 0 | 21 | F6 | 5F | 22 |
| Octal | 24 | 4 | 252 | 130 | 142 | 0 | 41 | 366 | 137 | 42 |
| Binary | 10100 | 100 | 10101010 | 1011000 | 1100010 | 0 | 100001 | 11110110 | 1011111 | 100010 |
Color Harmonies of #1404AA
Complementary color
Monochromatic Colors of #1404AA
Black with #1404AA
Text Example
Text Example
White with #1404AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1404AA; }
p { color: rgb(20,4,170); }
H1.HeaderClassName
{
color: #1404AA;
}
.AnyTagClassName
{
color: #1404AA;
}
</style>
background-color css
<style>
a { background-color: #1404AA; }
a { background-color: rgb(20,4,170); }
div.DivClassName
{
background-color: #1404AA;
}
.BgClassName
{
background-color: #1404AA;
}
</style>
border-color css
<style>
span { border-color: #1404AA; }
span { border-color: rgb(20,4,170); }
td.TdClassName
{
border-color: #1404AA;
}
.TagClassName
{
border-color: #1404AA;
}
</style>