Shades of New Midnight Blue #000DA1
Tints of New Midnight Blue #000DA1
RGB
CMYK
RGB Variations
Color information
#000DA1 (or 0x000DA1) is known color: New Midnight Blue. HEX triplet: 00, 0D and A1. RGB value is (0,13,161). Sum of RGB (Red+Green+Blue) = 0+13+161=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 161 (63.28% from 255 or 92.53% from 174); Max value from RGB is 161 - color contains mainly: blue. Hex color #000DA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DA1 is #FFF25E. Grayscale: #191919. Windows color (decimal): -16773727 or 10554624. OLE color: 10554624.
HSL color Cylindrical-coordinate representation of color #000DA1: hue angle of 235.16º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DA1 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 13 | 161 | - |
| CMYK | 1 | 0.92 | 0 | 0.37 |
| HSL | 235.16º | 1% | 0.32% | - |
| HSV(B) | 235.16º | 1% | 0.63% | - |
| XYZ | 6.58 | 2.86 | 33.92 | - |
| YUV | 25.99 | 204.19 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 161 | 1 | 0.92 | 0 | 0.37 | 235.16 | 1 | 0.32 |
| Hex | 0 | D | A1 | 64 | 5C | 0 | 25 | EB | 64 | 20 |
| Octal | 0 | 15 | 241 | 144 | 134 | 0 | 45 | 353 | 144 | 40 |
| Binary | 0 | 1101 | 10100001 | 1100100 | 1011100 | 0 | 100101 | 11101011 | 1100100 | 100000 |
Color Harmonies of #000DA1
Complementary color
Monochromatic Colors of #000DA1
Black with #000DA1
Text Example
Text Example
White with #000DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DA1; }
p { color: rgb(0,13,161); }
H1.HeaderClassName
{
color: #000DA1;
}
.AnyTagClassName
{
color: #000DA1;
}
</style>
background-color css
<style>
a { background-color: #000DA1; }
a { background-color: rgb(0,13,161); }
div.DivClassName
{
background-color: #000DA1;
}
.BgClassName
{
background-color: #000DA1;
}
</style>
border-color css
<style>
span { border-color: #000DA1; }
span { border-color: rgb(0,13,161); }
td.TdClassName
{
border-color: #000DA1;
}
.TagClassName
{
border-color: #000DA1;
}
</style>