Shades of New Midnight Blue #1002AA
Tints of New Midnight Blue #1002AA
RGB
CMYK
RGB Variations
Color information
#1002AA (or 0x1002AA) is known color: New Midnight Blue. HEX triplet: 10, 02 and AA. RGB value is (16,2,170). Sum of RGB (Red+Green+Blue) = 16+2+170=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 170 (66.80% from 255 or 90.43% from 188); Max value from RGB is 170 - color contains mainly: blue. Hex color #1002AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1002AA is #EFFD55. Grayscale: #181818. Windows color (decimal): -15727958 or 11141648. OLE color: 11141648.
HSL color Cylindrical-coordinate representation of color #1002AA: hue angle of 245º degrees, saturation: 0.98, 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 #1002AA is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 2 | 170 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.33 |
| HSL | 245º | 0.98% | 0.34% | - |
| HSV(B) | 245º | 0.99% | 0.67% | - |
| XYZ | 7.49 | 3.06 | 38.23 | - |
| YUV | 25.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 170 | 0.91 | 0.99 | 0 | 0.33 | 245 | 0.98 | 0.34 |
| Hex | 10 | 2 | AA | 5B | 63 | 0 | 21 | F5 | 62 | 22 |
| Octal | 20 | 2 | 252 | 133 | 143 | 0 | 41 | 365 | 142 | 42 |
| Binary | 10000 | 10 | 10101010 | 1011011 | 1100011 | 0 | 100001 | 11110101 | 1100010 | 100010 |
Color Harmonies of #1002AA
Complementary color
Monochromatic Colors of #1002AA
Black with #1002AA
Text Example
Text Example
White with #1002AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002AA; }
p { color: rgb(16,2,170); }
H1.HeaderClassName
{
color: #1002AA;
}
.AnyTagClassName
{
color: #1002AA;
}
</style>
background-color css
<style>
a { background-color: #1002AA; }
a { background-color: rgb(16,2,170); }
div.DivClassName
{
background-color: #1002AA;
}
.BgClassName
{
background-color: #1002AA;
}
</style>
border-color css
<style>
span { border-color: #1002AA; }
span { border-color: rgb(16,2,170); }
td.TdClassName
{
border-color: #1002AA;
}
.TagClassName
{
border-color: #1002AA;
}
</style>