Shades of New Midnight Blue #0100AD
Tints of New Midnight Blue #0100AD
RGB
CMYK
RGB Variations
Color information
#0100AD (or 0x0100AD) is known color: New Midnight Blue. HEX triplet: 01, 00 and AD. RGB value is (1,0,173). Sum of RGB (Red+Green+Blue) = 1+0+173=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 173 (67.97% from 255 or 99.43% from 174); Max value from RGB is 173 - color contains mainly: blue. Hex color #0100AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0100AD is #FEFF52. Grayscale: #131313. Windows color (decimal): -16711507 or 11337729. OLE color: 11337729.
HSL color Cylindrical-coordinate representation of color #0100AD: hue angle of 240.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100AD is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 0 | 173 | - |
| CMYK | 0.99 | 1 | 0 | 0.32 |
| HSL | 240.35º | 1% | 0.34% | - |
| HSV(B) | 240.35º | 1% | 0.68% | - |
| XYZ | 7.56 | 3.02 | 39.72 | - |
| YUV | 20.02 | 214.33 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 173 | 0.99 | 1 | 0 | 0.32 | 240.35 | 1 | 0.34 |
| Hex | 1 | 0 | AD | 63 | 64 | 0 | 20 | F0 | 64 | 22 |
| Octal | 1 | 0 | 255 | 143 | 144 | 0 | 40 | 360 | 144 | 42 |
| Binary | 1 | 0 | 10101101 | 1100011 | 1100100 | 0 | 100000 | 11110000 | 1100100 | 100010 |
Color Harmonies of #0100AD
Complementary color
Monochromatic Colors of #0100AD
Black with #0100AD
Text Example
Text Example
White with #0100AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0100AD; }
p { color: rgb(1,0,173); }
H1.HeaderClassName
{
color: #0100AD;
}
.AnyTagClassName
{
color: #0100AD;
}
</style>
background-color css
<style>
a { background-color: #0100AD; }
a { background-color: rgb(1,0,173); }
div.DivClassName
{
background-color: #0100AD;
}
.BgClassName
{
background-color: #0100AD;
}
</style>
border-color css
<style>
span { border-color: #0100AD; }
span { border-color: rgb(1,0,173); }
td.TdClassName
{
border-color: #0100AD;
}
.TagClassName
{
border-color: #0100AD;
}
</style>