Shades of New Midnight Blue #100AAD
Tints of New Midnight Blue #100AAD
RGB
CMYK
RGB Variations
Color information
#100AAD (or 0x100AAD) is known color: New Midnight Blue. HEX triplet: 10, 0A and AD. RGB value is (16,10,173). Sum of RGB (Red+Green+Blue) = 16+10+173=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 173 (67.97% from 255 or 86.93% from 199); Max value from RGB is 173 - color contains mainly: blue. Hex color #100AAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100AAD is #EFF552. Grayscale: #1D1D1D. Windows color (decimal): -15725907 or 11340304. OLE color: 11340304.
HSL color Cylindrical-coordinate representation of color #100AAD: hue angle of 242.21º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100AAD is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 10 | 173 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.32 |
| HSL | 242.21º | 0.89% | 0.36% | - |
| HSV(B) | 242.21º | 0.94% | 0.68% | - |
| XYZ | 7.87 | 3.34 | 39.77 | - |
| YUV | 30.38 | 208.49 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 173 | 0.91 | 0.94 | 0 | 0.32 | 242.21 | 0.89 | 0.36 |
| Hex | 10 | A | AD | 5B | 5E | 0 | 20 | F2 | 59 | 24 |
| Octal | 20 | 12 | 255 | 133 | 136 | 0 | 40 | 362 | 131 | 44 |
| Binary | 10000 | 1010 | 10101101 | 1011011 | 1011110 | 0 | 100000 | 11110010 | 1011001 | 100100 |
Color Harmonies of #100AAD
Complementary color
Monochromatic Colors of #100AAD
Black with #100AAD
Text Example
Text Example
White with #100AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100AAD; }
p { color: rgb(16,10,173); }
H1.HeaderClassName
{
color: #100AAD;
}
.AnyTagClassName
{
color: #100AAD;
}
</style>
background-color css
<style>
a { background-color: #100AAD; }
a { background-color: rgb(16,10,173); }
div.DivClassName
{
background-color: #100AAD;
}
.BgClassName
{
background-color: #100AAD;
}
</style>
border-color css
<style>
span { border-color: #100AAD; }
span { border-color: rgb(16,10,173); }
td.TdClassName
{
border-color: #100AAD;
}
.TagClassName
{
border-color: #100AAD;
}
</style>