Shades of New Midnight Blue #020DAB
Tints of New Midnight Blue #020DAB
RGB
CMYK
RGB Variations
Color information
#020DAB (or 0x020DAB) is known color: New Midnight Blue. HEX triplet: 02, 0D and AB. RGB value is (2,13,171). Sum of RGB (Red+Green+Blue) = 2+13+171=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 171 (67.19% from 255 or 91.94% from 186); Max value from RGB is 171 - color contains mainly: blue. Hex color #020DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020DAB is #FDF254. Grayscale: #1B1B1B. Windows color (decimal): -16642645 or 11209986. OLE color: 11209986.
HSL color Cylindrical-coordinate representation of color #020DAB: hue angle of 236.09º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DAB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 13 | 171 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.33 |
| HSL | 236.09º | 0.98% | 0.34% | - |
| HSV(B) | 236.09º | 0.99% | 0.67% | - |
| XYZ | 7.52 | 3.24 | 38.76 | - |
| YUV | 27.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 171 | 0.99 | 0.92 | 0 | 0.33 | 236.09 | 0.98 | 0.34 |
| Hex | 2 | D | AB | 63 | 5C | 0 | 21 | EC | 62 | 22 |
| Octal | 2 | 15 | 253 | 143 | 134 | 0 | 41 | 354 | 142 | 42 |
| Binary | 10 | 1101 | 10101011 | 1100011 | 1011100 | 0 | 100001 | 11101100 | 1100010 | 100010 |
Color Harmonies of #020DAB
Complementary color
Monochromatic Colors of #020DAB
Black with #020DAB
Text Example
Text Example
White with #020DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DAB; }
p { color: rgb(2,13,171); }
H1.HeaderClassName
{
color: #020DAB;
}
.AnyTagClassName
{
color: #020DAB;
}
</style>
background-color css
<style>
a { background-color: #020DAB; }
a { background-color: rgb(2,13,171); }
div.DivClassName
{
background-color: #020DAB;
}
.BgClassName
{
background-color: #020DAB;
}
</style>
border-color css
<style>
span { border-color: #020DAB; }
span { border-color: rgb(2,13,171); }
td.TdClassName
{
border-color: #020DAB;
}
.TagClassName
{
border-color: #020DAB;
}
</style>