Shades of New Midnight Blue #0001A0
Tints of New Midnight Blue #0001A0
RGB
CMYK
RGB Variations
Color information
#0001A0 (or 0x0001A0) is known color: New Midnight Blue. HEX triplet: 00, 01 and A0. RGB value is (0,1,160). Sum of RGB (Red+Green+Blue) = 0+1+160=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 160 (62.89% from 255 or 99.38% from 161); Max value from RGB is 160 - color contains mainly: blue. Hex color #0001A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0001A0 is #FFFE5F. Grayscale: #121212. Windows color (decimal): -16776800 or 10486016. OLE color: 10486016.
HSL color Cylindrical-coordinate representation of color #0001A0: hue angle of 239.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0001A0 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 1 | 160 | - |
| CMYK | 1 | 0.99 | 0 | 0.37 |
| HSL | 239.63º | 1% | 0.31% | - |
| HSV(B) | 239.63º | 1% | 0.63% | - |
| XYZ | 6.36 | 2.56 | 33.42 | - |
| YUV | 18.83 | 207.67 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 160 | 1 | 0.99 | 0 | 0.37 | 239.63 | 1 | 0.31 |
| Hex | 0 | 1 | A0 | 64 | 63 | 0 | 25 | F0 | 64 | 1F |
| Octal | 0 | 1 | 240 | 144 | 143 | 0 | 45 | 360 | 144 | 37 |
| Binary | 0 | 1 | 10100000 | 1100100 | 1100011 | 0 | 100101 | 11110000 | 1100100 | 11111 |
Color Harmonies of #0001A0
Complementary color
Monochromatic Colors of #0001A0
Black with #0001A0
Text Example
Text Example
White with #0001A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0001A0; }
p { color: rgb(0,1,160); }
H1.HeaderClassName
{
color: #0001A0;
}
.AnyTagClassName
{
color: #0001A0;
}
</style>
background-color css
<style>
a { background-color: #0001A0; }
a { background-color: rgb(0,1,160); }
div.DivClassName
{
background-color: #0001A0;
}
.BgClassName
{
background-color: #0001A0;
}
</style>
border-color css
<style>
span { border-color: #0001A0; }
span { border-color: rgb(0,1,160); }
td.TdClassName
{
border-color: #0001A0;
}
.TagClassName
{
border-color: #0001A0;
}
</style>