Shades of New Midnight Blue #020DB2
Tints of New Midnight Blue #020DB2
RGB
CMYK
RGB Variations
Color information
#020DB2 (or 0x020DB2) is known color: New Midnight Blue. HEX triplet: 02, 0D and B2. RGB value is (2,13,178). Sum of RGB (Red+Green+Blue) = 2+13+178=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 178 (69.92% from 255 or 92.23% from 193); Max value from RGB is 178 - color contains mainly: blue. Hex color #020DB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020DB2 is #FDF24D. Grayscale: #1B1B1B. Windows color (decimal): -16642638 or 11668738. OLE color: 11668738.
HSL color Cylindrical-coordinate representation of color #020DB2: hue angle of 236.25º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DB2 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 13 | 178 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.30 |
| HSL | 236.25º | 0.98% | 0.35% | - |
| HSV(B) | 236.25º | 0.99% | 0.7% | - |
| XYZ | 8.2 | 3.52 | 42.37 | - |
| YUV | 28.52 | 212.36 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 178 | 0.99 | 0.93 | 0 | 0.30 | 236.25 | 0.98 | 0.35 |
| Hex | 2 | D | B2 | 63 | 5D | 0 | 1E | EC | 62 | 23 |
| Octal | 2 | 15 | 262 | 143 | 135 | 0 | 36 | 354 | 142 | 43 |
| Binary | 10 | 1101 | 10110010 | 1100011 | 1011101 | 0 | 11110 | 11101100 | 1100010 | 100011 |
Color Harmonies of #020DB2
Complementary color
Monochromatic Colors of #020DB2
Black with #020DB2
Text Example
Text Example
White with #020DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DB2; }
p { color: rgb(2,13,178); }
H1.HeaderClassName
{
color: #020DB2;
}
.AnyTagClassName
{
color: #020DB2;
}
</style>
background-color css
<style>
a { background-color: #020DB2; }
a { background-color: rgb(2,13,178); }
div.DivClassName
{
background-color: #020DB2;
}
.BgClassName
{
background-color: #020DB2;
}
</style>
border-color css
<style>
span { border-color: #020DB2; }
span { border-color: rgb(2,13,178); }
td.TdClassName
{
border-color: #020DB2;
}
.TagClassName
{
border-color: #020DB2;
}
</style>