Shades of New Midnight Blue #100AAA
Tints of New Midnight Blue #100AAA
RGB
CMYK
RGB Variations
Color information
#100AAA (or 0x100AAA) is known color: New Midnight Blue. HEX triplet: 10, 0A and AA. RGB value is (16,10,170). Sum of RGB (Red+Green+Blue) = 16+10+170=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #100AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100AAA is #EFF555. Grayscale: #1D1D1D. Windows color (decimal): -15725910 or 11143696. OLE color: 11143696.
HSL color Cylindrical-coordinate representation of color #100AAA: hue angle of 242.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100AAA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 10 | 170 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.33 |
| HSL | 242.25º | 0.89% | 0.35% | - |
| HSV(B) | 242.25º | 0.94% | 0.67% | - |
| XYZ | 7.58 | 3.23 | 38.25 | - |
| YUV | 30.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 170 | 0.91 | 0.94 | 0 | 0.33 | 242.25 | 0.89 | 0.35 |
| Hex | 10 | A | AA | 5B | 5E | 0 | 21 | F2 | 59 | 23 |
| Octal | 20 | 12 | 252 | 133 | 136 | 0 | 41 | 362 | 131 | 43 |
| Binary | 10000 | 1010 | 10101010 | 1011011 | 1011110 | 0 | 100001 | 11110010 | 1011001 | 100011 |
Color Harmonies of #100AAA
Complementary color
Monochromatic Colors of #100AAA
Black with #100AAA
Text Example
Text Example
White with #100AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100AAA; }
p { color: rgb(16,10,170); }
H1.HeaderClassName
{
color: #100AAA;
}
.AnyTagClassName
{
color: #100AAA;
}
</style>
background-color css
<style>
a { background-color: #100AAA; }
a { background-color: rgb(16,10,170); }
div.DivClassName
{
background-color: #100AAA;
}
.BgClassName
{
background-color: #100AAA;
}
</style>
border-color css
<style>
span { border-color: #100AAA; }
span { border-color: rgb(16,10,170); }
td.TdClassName
{
border-color: #100AAA;
}
.TagClassName
{
border-color: #100AAA;
}
</style>