Shades of New Midnight Blue #000DAB
Tints of New Midnight Blue #000DAB
RGB
CMYK
RGB Variations
Color information
#000DAB (or 0x000DAB) is known color: New Midnight Blue. HEX triplet: 00, 0D and AB. RGB value is (0,13,171). Sum of RGB (Red+Green+Blue) = 0+13+171=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 171 (67.19% from 255 or 92.93% from 184); Max value from RGB is 171 - color contains mainly: blue. Hex color #000DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DAB is #FFF254. Grayscale: #1A1A1A. Windows color (decimal): -16773717 or 11209984. OLE color: 11209984.
HSL color Cylindrical-coordinate representation of color #000DAB: hue angle of 235.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DAB is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 13 | 171 | - |
| CMYK | 1 | 0.92 | 0 | 0.33 |
| HSL | 235.44º | 1% | 0.34% | - |
| HSV(B) | 235.44º | 1% | 0.67% | - |
| XYZ | 7.49 | 3.23 | 38.76 | - |
| YUV | 27.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 171 | 1 | 0.92 | 0 | 0.33 | 235.44 | 1 | 0.34 |
| Hex | 0 | D | AB | 64 | 5C | 0 | 21 | EB | 64 | 22 |
| Octal | 0 | 15 | 253 | 144 | 134 | 0 | 41 | 353 | 144 | 42 |
| Binary | 0 | 1101 | 10101011 | 1100100 | 1011100 | 0 | 100001 | 11101011 | 1100100 | 100010 |
Color Harmonies of #000DAB
Complementary color
Monochromatic Colors of #000DAB
Black with #000DAB
Text Example
Text Example
White with #000DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DAB; }
p { color: rgb(0,13,171); }
H1.HeaderClassName
{
color: #000DAB;
}
.AnyTagClassName
{
color: #000DAB;
}
</style>
background-color css
<style>
a { background-color: #000DAB; }
a { background-color: rgb(0,13,171); }
div.DivClassName
{
background-color: #000DAB;
}
.BgClassName
{
background-color: #000DAB;
}
</style>
border-color css
<style>
span { border-color: #000DAB; }
span { border-color: rgb(0,13,171); }
td.TdClassName
{
border-color: #000DAB;
}
.TagClassName
{
border-color: #000DAB;
}
</style>