Shades of New Midnight Blue #0011AE
Tints of New Midnight Blue #0011AE
RGB
CMYK
RGB Variations
Color information
#0011AE (or 0x0011AE) is known color: New Midnight Blue. HEX triplet: 00, 11 and AE. RGB value is (0,17,174). Sum of RGB (Red+Green+Blue) = 0+17+174=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 174 (68.36% from 255 or 91.10% from 191); Max value from RGB is 174 - color contains mainly: blue. Hex color #0011AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0011AE is #FFEE51. Grayscale: #1D1D1D. Windows color (decimal): -16772690 or 11407616. OLE color: 11407616.
HSL color Cylindrical-coordinate representation of color #0011AE: hue angle of 234.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011AE is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 17 | 174 | - |
| CMYK | 1 | 0.90 | 0 | 0.32 |
| HSL | 234.14º | 1% | 0.34% | - |
| HSV(B) | 234.14º | 1% | 0.68% | - |
| XYZ | 7.84 | 3.46 | 40.3 | - |
| YUV | 29.82 | 209.37 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 174 | 1 | 0.90 | 0 | 0.32 | 234.14 | 1 | 0.34 |
| Hex | 0 | 11 | AE | 64 | 5A | 0 | 20 | EA | 64 | 22 |
| Octal | 0 | 21 | 256 | 144 | 132 | 0 | 40 | 352 | 144 | 42 |
| Binary | 0 | 10001 | 10101110 | 1100100 | 1011010 | 0 | 100000 | 11101010 | 1100100 | 100010 |
Color Harmonies of #0011AE
Complementary color
Monochromatic Colors of #0011AE
Black with #0011AE
Text Example
Text Example
White with #0011AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0011AE; }
p { color: rgb(0,17,174); }
H1.HeaderClassName
{
color: #0011AE;
}
.AnyTagClassName
{
color: #0011AE;
}
</style>
background-color css
<style>
a { background-color: #0011AE; }
a { background-color: rgb(0,17,174); }
div.DivClassName
{
background-color: #0011AE;
}
.BgClassName
{
background-color: #0011AE;
}
</style>
border-color css
<style>
span { border-color: #0011AE; }
span { border-color: rgb(0,17,174); }
td.TdClassName
{
border-color: #0011AE;
}
.TagClassName
{
border-color: #0011AE;
}
</style>