Shades of New Midnight Blue #0100AA
Tints of New Midnight Blue #0100AA
RGB
CMYK
RGB Variations
Color information
#0100AA (or 0x0100AA) is known color: New Midnight Blue. HEX triplet: 01, 00 and AA. RGB value is (1,0,170). Sum of RGB (Red+Green+Blue) = 1+0+170=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 170 (66.80% from 255 or 99.42% from 171); Max value from RGB is 170 - color contains mainly: blue. Hex color #0100AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0100AA is #FEFF55. Grayscale: #131313. Windows color (decimal): -16711510 or 11141121. OLE color: 11141121.
HSL color Cylindrical-coordinate representation of color #0100AA: hue angle of 240.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100AA is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 0 | 170 | - |
| CMYK | 0.99 | 1 | 0 | 0.33 |
| HSL | 240.35º | 1% | 0.33% | - |
| HSV(B) | 240.35º | 1% | 0.67% | - |
| XYZ | 7.27 | 2.91 | 38.21 | - |
| YUV | 19.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 170 | 0.99 | 1 | 0 | 0.33 | 240.35 | 1 | 0.33 |
| Hex | 1 | 0 | AA | 63 | 64 | 0 | 21 | F0 | 64 | 21 |
| Octal | 1 | 0 | 252 | 143 | 144 | 0 | 41 | 360 | 144 | 41 |
| Binary | 1 | 0 | 10101010 | 1100011 | 1100100 | 0 | 100001 | 11110000 | 1100100 | 100001 |
Color Harmonies of #0100AA
Complementary color
Monochromatic Colors of #0100AA
Black with #0100AA
Text Example
Text Example
White with #0100AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0100AA; }
p { color: rgb(1,0,170); }
H1.HeaderClassName
{
color: #0100AA;
}
.AnyTagClassName
{
color: #0100AA;
}
</style>
background-color css
<style>
a { background-color: #0100AA; }
a { background-color: rgb(1,0,170); }
div.DivClassName
{
background-color: #0100AA;
}
.BgClassName
{
background-color: #0100AA;
}
</style>
border-color css
<style>
span { border-color: #0100AA; }
span { border-color: rgb(1,0,170); }
td.TdClassName
{
border-color: #0100AA;
}
.TagClassName
{
border-color: #0100AA;
}
</style>