Shades of New Midnight Blue #1001AE
Tints of New Midnight Blue #1001AE
RGB
CMYK
RGB Variations
Color information
#1001AE (or 0x1001AE) is known color: New Midnight Blue. HEX triplet: 10, 01 and AE. RGB value is (16,1,174). Sum of RGB (Red+Green+Blue) = 16+1+174=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 1 (0.78% from 255 or 0.52% 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 #1001AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1001AE is #EFFE51. Grayscale: #181818. Windows color (decimal): -15728210 or 11403536. OLE color: 11403536.
HSL color Cylindrical-coordinate representation of color #1001AE: hue angle of 245.2º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1001AE is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 1 | 174 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.32 |
| HSL | 245.2º | 0.99% | 0.34% | - |
| HSV(B) | 245.2º | 0.99% | 0.68% | - |
| XYZ | 7.86 | 3.19 | 40.25 | - |
| YUV | 25.21 | 211.97 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 174 | 0.91 | 0.99 | 0 | 0.32 | 245.2 | 0.99 | 0.34 |
| Hex | 10 | 1 | AE | 5B | 63 | 0 | 20 | F5 | 63 | 22 |
| Octal | 20 | 1 | 256 | 133 | 143 | 0 | 40 | 365 | 143 | 42 |
| Binary | 10000 | 1 | 10101110 | 1011011 | 1100011 | 0 | 100000 | 11110101 | 1100011 | 100010 |
Color Harmonies of #1001AE
Complementary color
Monochromatic Colors of #1001AE
Black with #1001AE
Text Example
Text Example
White with #1001AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001AE; }
p { color: rgb(16,1,174); }
H1.HeaderClassName
{
color: #1001AE;
}
.AnyTagClassName
{
color: #1001AE;
}
</style>
background-color css
<style>
a { background-color: #1001AE; }
a { background-color: rgb(16,1,174); }
div.DivClassName
{
background-color: #1001AE;
}
.BgClassName
{
background-color: #1001AE;
}
</style>
border-color css
<style>
span { border-color: #1001AE; }
span { border-color: rgb(16,1,174); }
td.TdClassName
{
border-color: #1001AE;
}
.TagClassName
{
border-color: #1001AE;
}
</style>