Shades of New Midnight Blue #1001AA
Tints of New Midnight Blue #1001AA
RGB
CMYK
RGB Variations
Color information
#1001AA (or 0x1001AA) is known color: New Midnight Blue. HEX triplet: 10, 01 and AA. RGB value is (16,1,170). Sum of RGB (Red+Green+Blue) = 16+1+170=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #1001AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1001AA is #EFFE55. Grayscale: #181818. Windows color (decimal): -15728214 or 11141392. OLE color: 11141392.
HSL color Cylindrical-coordinate representation of color #1001AA: hue angle of 245.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1001AA is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 1 | 170 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.33 |
| HSL | 245.33º | 0.99% | 0.34% | - |
| HSV(B) | 245.33º | 0.99% | 0.67% | - |
| XYZ | 7.48 | 3.03 | 38.22 | - |
| YUV | 24.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 170 | 0.91 | 0.99 | 0 | 0.33 | 245.33 | 0.99 | 0.34 |
| Hex | 10 | 1 | AA | 5B | 63 | 0 | 21 | F5 | 63 | 22 |
| Octal | 20 | 1 | 252 | 133 | 143 | 0 | 41 | 365 | 143 | 42 |
| Binary | 10000 | 1 | 10101010 | 1011011 | 1100011 | 0 | 100001 | 11110101 | 1100011 | 100010 |
Color Harmonies of #1001AA
Complementary color
Monochromatic Colors of #1001AA
Black with #1001AA
Text Example
Text Example
White with #1001AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001AA; }
p { color: rgb(16,1,170); }
H1.HeaderClassName
{
color: #1001AA;
}
.AnyTagClassName
{
color: #1001AA;
}
</style>
background-color css
<style>
a { background-color: #1001AA; }
a { background-color: rgb(16,1,170); }
div.DivClassName
{
background-color: #1001AA;
}
.BgClassName
{
background-color: #1001AA;
}
</style>
border-color css
<style>
span { border-color: #1001AA; }
span { border-color: rgb(16,1,170); }
td.TdClassName
{
border-color: #1001AA;
}
.TagClassName
{
border-color: #1001AA;
}
</style>