Shades of New Midnight Blue #0000AD
Tints of New Midnight Blue #0000AD
RGB
CMYK
RGB Variations
Color information
#0000AD (or 0x0000AD) is known color: New Midnight Blue. HEX triplet: 00, 00 and AD. RGB value is (0,0,173). Sum of RGB (Red+Green+Blue) = 0+0+173=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 173 (67.97% from 255 or 100% from 173); Max value from RGB is 173 - color contains mainly: blue. Hex color #0000AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0000AD is #FFFF52. Grayscale: #131313. Windows color (decimal): -16777043 or 11337728. OLE color: 11337728.
HSL color Cylindrical-coordinate representation of color #0000AD: hue angle of 240º 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 #0000AD is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 0 | 173 | - |
| CMYK | 1 | 1 | 0 | 0.32 |
| HSL | 240º | 1% | 0.34% | - |
| HSV(B) | 240º | 1% | 0.68% | - |
| XYZ | 7.54 | 3.02 | 39.72 | - |
| YUV | 19.72 | 214.5 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 173 | 1 | 1 | 0 | 0.32 | 240 | 1 | 0.34 |
| Hex | 0 | 0 | AD | 64 | 64 | 0 | 20 | F0 | 64 | 22 |
| Octal | 0 | 0 | 255 | 144 | 144 | 0 | 40 | 360 | 144 | 42 |
| Binary | 0 | 0 | 10101101 | 1100100 | 1100100 | 0 | 100000 | 11110000 | 1100100 | 100010 |
Color Harmonies of #0000AD
Complementary color
Monochromatic Colors of #0000AD
Black with #0000AD
Text Example
Text Example
White with #0000AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0000AD; }
p { color: rgb(0,0,173); }
H1.HeaderClassName
{
color: #0000AD;
}
.AnyTagClassName
{
color: #0000AD;
}
</style>
background-color css
<style>
a { background-color: #0000AD; }
a { background-color: rgb(0,0,173); }
div.DivClassName
{
background-color: #0000AD;
}
.BgClassName
{
background-color: #0000AD;
}
</style>
border-color css
<style>
span { border-color: #0000AD; }
span { border-color: rgb(0,0,173); }
td.TdClassName
{
border-color: #0000AD;
}
.TagClassName
{
border-color: #0000AD;
}
</style>