Shades of New Midnight Blue #000DA3
Tints of New Midnight Blue #000DA3
RGB
CMYK
RGB Variations
Color information
#000DA3 (or 0x000DA3) is known color: New Midnight Blue. HEX triplet: 00, 0D and A3. RGB value is (0,13,163). Sum of RGB (Red+Green+Blue) = 0+13+163=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 163 (64.06% from 255 or 92.61% from 176); Max value from RGB is 163 - color contains mainly: blue. Hex color #000DA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DA3 is #FFF25C. Grayscale: #191919. Windows color (decimal): -16773725 or 10685696. OLE color: 10685696.
HSL color Cylindrical-coordinate representation of color #000DA3: hue angle of 235.21º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DA3 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 13 | 163 | - |
| CMYK | 1 | 0.92 | 0 | 0.36 |
| HSL | 235.21º | 1% | 0.32% | - |
| HSV(B) | 235.21º | 1% | 0.64% | - |
| XYZ | 6.75 | 2.93 | 34.86 | - |
| YUV | 26.21 | 205.19 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 163 | 1 | 0.92 | 0 | 0.36 | 235.21 | 1 | 0.32 |
| Hex | 0 | D | A3 | 64 | 5C | 0 | 24 | EB | 64 | 20 |
| Octal | 0 | 15 | 243 | 144 | 134 | 0 | 44 | 353 | 144 | 40 |
| Binary | 0 | 1101 | 10100011 | 1100100 | 1011100 | 0 | 100100 | 11101011 | 1100100 | 100000 |
Color Harmonies of #000DA3
Complementary color
Monochromatic Colors of #000DA3
Black with #000DA3
Text Example
Text Example
White with #000DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DA3; }
p { color: rgb(0,13,163); }
H1.HeaderClassName
{
color: #000DA3;
}
.AnyTagClassName
{
color: #000DA3;
}
</style>
background-color css
<style>
a { background-color: #000DA3; }
a { background-color: rgb(0,13,163); }
div.DivClassName
{
background-color: #000DA3;
}
.BgClassName
{
background-color: #000DA3;
}
</style>
border-color css
<style>
span { border-color: #000DA3; }
span { border-color: rgb(0,13,163); }
td.TdClassName
{
border-color: #000DA3;
}
.TagClassName
{
border-color: #000DA3;
}
</style>