Shades of New Midnight Blue #0100A9
Tints of New Midnight Blue #0100A9
RGB
CMYK
RGB Variations
Color information
#0100A9 (or 0x0100A9) is known color: New Midnight Blue. HEX triplet: 01, 00 and A9. RGB value is (1,0,169). Sum of RGB (Red+Green+Blue) = 1+0+169=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 169 (66.41% from 255 or 99.41% from 170); Max value from RGB is 169 - color contains mainly: blue. Hex color #0100A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0100A9 is #FEFF56. Grayscale: #121212. Windows color (decimal): -16711511 or 11075585. OLE color: 11075585.
HSL color Cylindrical-coordinate representation of color #0100A9: hue angle of 240.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100A9 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 0 | 169 | - |
| CMYK | 0.99 | 1 | 0 | 0.34 |
| HSL | 240.36º | 1% | 0.33% | - |
| HSV(B) | 240.36º | 1% | 0.66% | - |
| XYZ | 7.17 | 2.87 | 37.71 | - |
| YUV | 19.57 | 212.33 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 169 | 0.99 | 1 | 0 | 0.34 | 240.36 | 1 | 0.33 |
| Hex | 1 | 0 | A9 | 63 | 64 | 0 | 22 | F0 | 64 | 21 |
| Octal | 1 | 0 | 251 | 143 | 144 | 0 | 42 | 360 | 144 | 41 |
| Binary | 1 | 0 | 10101001 | 1100011 | 1100100 | 0 | 100010 | 11110000 | 1100100 | 100001 |
Color Harmonies of #0100A9
Complementary color
Monochromatic Colors of #0100A9
Black with #0100A9
Text Example
Text Example
White with #0100A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0100A9; }
p { color: rgb(1,0,169); }
H1.HeaderClassName
{
color: #0100A9;
}
.AnyTagClassName
{
color: #0100A9;
}
</style>
background-color css
<style>
a { background-color: #0100A9; }
a { background-color: rgb(1,0,169); }
div.DivClassName
{
background-color: #0100A9;
}
.BgClassName
{
background-color: #0100A9;
}
</style>
border-color css
<style>
span { border-color: #0100A9; }
span { border-color: rgb(1,0,169); }
td.TdClassName
{
border-color: #0100A9;
}
.TagClassName
{
border-color: #0100A9;
}
</style>