Shades of New Midnight Blue #1010AA
Tints of New Midnight Blue #1010AA
RGB
CMYK
RGB Variations
Color information
#1010AA (or 0x1010AA) is known color: New Midnight Blue. HEX triplet: 10, 10 and AA. RGB value is (16,16,170). Sum of RGB (Red+Green+Blue) = 16+16+170=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #1010AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1010AA is #EFEF55. Grayscale: #202020. Windows color (decimal): -15724374 or 11145232. OLE color: 11145232.
HSL color Cylindrical-coordinate representation of color #1010AA: hue angle of 240º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1010AA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 16 | 170 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.33 |
| HSL | 240º | 0.83% | 0.36% | - |
| HSV(B) | 240º | 0.91% | 0.67% | - |
| XYZ | 7.65 | 3.38 | 38.28 | - |
| YUV | 33.56 | 205 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 170 | 0.91 | 0.91 | 0 | 0.33 | 240 | 0.83 | 0.36 |
| Hex | 10 | 10 | AA | 5B | 5B | 0 | 21 | F0 | 53 | 24 |
| Octal | 20 | 20 | 252 | 133 | 133 | 0 | 41 | 360 | 123 | 44 |
| Binary | 10000 | 10000 | 10101010 | 1011011 | 1011011 | 0 | 100001 | 11110000 | 1010011 | 100100 |
Color Harmonies of #1010AA
Complementary color
Monochromatic Colors of #1010AA
Black with #1010AA
Text Example
Text Example
White with #1010AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010AA; }
p { color: rgb(16,16,170); }
H1.HeaderClassName
{
color: #1010AA;
}
.AnyTagClassName
{
color: #1010AA;
}
</style>
background-color css
<style>
a { background-color: #1010AA; }
a { background-color: rgb(16,16,170); }
div.DivClassName
{
background-color: #1010AA;
}
.BgClassName
{
background-color: #1010AA;
}
</style>
border-color css
<style>
span { border-color: #1010AA; }
span { border-color: rgb(16,16,170); }
td.TdClassName
{
border-color: #1010AA;
}
.TagClassName
{
border-color: #1010AA;
}
</style>