Shades of New Midnight Blue #0014AA
Tints of New Midnight Blue #0014AA
RGB
CMYK
RGB Variations
Color information
#0014AA (or 0x0014AA) is known color: New Midnight Blue. HEX triplet: 00, 14 and AA. RGB value is (0,20,170). Sum of RGB (Red+Green+Blue) = 0+20+170=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 170 (66.80% from 255 or 89.47% from 190); Max value from RGB is 170 - color contains mainly: blue. Hex color #0014AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0014AA is #FFEB55. Grayscale: #1E1E1E. Windows color (decimal): -16771926 or 11146240. OLE color: 11146240.
HSL color Cylindrical-coordinate representation of color #0014AA: hue angle of 232.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014AA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 20 | 170 | - |
| CMYK | 1 | 0.88 | 0 | 0.33 |
| HSL | 232.94º | 1% | 0.33% | - |
| HSV(B) | 232.94º | 1% | 0.67% | - |
| XYZ | 7.51 | 3.4 | 38.29 | - |
| YUV | 31.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 170 | 1 | 0.88 | 0 | 0.33 | 232.94 | 1 | 0.33 |
| Hex | 0 | 14 | AA | 64 | 58 | 0 | 21 | E9 | 64 | 21 |
| Octal | 0 | 24 | 252 | 144 | 130 | 0 | 41 | 351 | 144 | 41 |
| Binary | 0 | 10100 | 10101010 | 1100100 | 1011000 | 0 | 100001 | 11101001 | 1100100 | 100001 |
Color Harmonies of #0014AA
Complementary color
Monochromatic Colors of #0014AA
Black with #0014AA
Text Example
Text Example
White with #0014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014AA; }
p { color: rgb(0,20,170); }
H1.HeaderClassName
{
color: #0014AA;
}
.AnyTagClassName
{
color: #0014AA;
}
</style>
background-color css
<style>
a { background-color: #0014AA; }
a { background-color: rgb(0,20,170); }
div.DivClassName
{
background-color: #0014AA;
}
.BgClassName
{
background-color: #0014AA;
}
</style>
border-color css
<style>
span { border-color: #0014AA; }
span { border-color: rgb(0,20,170); }
td.TdClassName
{
border-color: #0014AA;
}
.TagClassName
{
border-color: #0014AA;
}
</style>