Shades of New Midnight Blue #0002AD
Tints of New Midnight Blue #0002AD
RGB
CMYK
RGB Variations
Color information
#0002AD (or 0x0002AD) is known color: New Midnight Blue. HEX triplet: 00, 02 and AD. RGB value is (0,2,173). Sum of RGB (Red+Green+Blue) = 0+2+173=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 173 (67.97% from 255 or 98.86% from 175); Max value from RGB is 173 - color contains mainly: blue. Hex color #0002AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0002AD is #FFFD52. Grayscale: #141414. Windows color (decimal): -16776531 or 11338240. OLE color: 11338240.
HSL color Cylindrical-coordinate representation of color #0002AD: hue angle of 239.31º 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 #0002AD is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 2 | 173 | - |
| CMYK | 1 | 0.99 | 0 | 0.32 |
| HSL | 239.31º | 1% | 0.34% | - |
| HSV(B) | 239.31º | 1% | 0.68% | - |
| XYZ | 7.56 | 3.06 | 39.73 | - |
| YUV | 20.9 | 213.84 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 173 | 1 | 0.99 | 0 | 0.32 | 239.31 | 1 | 0.34 |
| Hex | 0 | 2 | AD | 64 | 63 | 0 | 20 | EF | 64 | 22 |
| Octal | 0 | 2 | 255 | 144 | 143 | 0 | 40 | 357 | 144 | 42 |
| Binary | 0 | 10 | 10101101 | 1100100 | 1100011 | 0 | 100000 | 11101111 | 1100100 | 100010 |
Color Harmonies of #0002AD
Complementary color
Monochromatic Colors of #0002AD
Black with #0002AD
Text Example
Text Example
White with #0002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002AD; }
p { color: rgb(0,2,173); }
H1.HeaderClassName
{
color: #0002AD;
}
.AnyTagClassName
{
color: #0002AD;
}
</style>
background-color css
<style>
a { background-color: #0002AD; }
a { background-color: rgb(0,2,173); }
div.DivClassName
{
background-color: #0002AD;
}
.BgClassName
{
background-color: #0002AD;
}
</style>
border-color css
<style>
span { border-color: #0002AD; }
span { border-color: rgb(0,2,173); }
td.TdClassName
{
border-color: #0002AD;
}
.TagClassName
{
border-color: #0002AD;
}
</style>