Shades of New Midnight Blue #020DB1
Tints of New Midnight Blue #020DB1
RGB
CMYK
RGB Variations
Color information
#020DB1 (or 0x020DB1) is known color: New Midnight Blue. HEX triplet: 02, 0D and B1. RGB value is (2,13,177). Sum of RGB (Red+Green+Blue) = 2+13+177=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 177 (69.53% from 255 or 92.19% from 192); Max value from RGB is 177 - color contains mainly: blue. Hex color #020DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020DB1 is #FDF24E. Grayscale: #1B1B1B. Windows color (decimal): -16642639 or 11603202. OLE color: 11603202.
HSL color Cylindrical-coordinate representation of color #020DB1: hue angle of 236.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DB1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 13 | 177 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.31 |
| HSL | 236.23º | 0.98% | 0.35% | - |
| HSV(B) | 236.23º | 0.99% | 0.69% | - |
| XYZ | 8.1 | 3.48 | 41.84 | - |
| YUV | 28.41 | 211.86 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 177 | 0.99 | 0.93 | 0 | 0.31 | 236.23 | 0.98 | 0.35 |
| Hex | 2 | D | B1 | 63 | 5D | 0 | 1F | EC | 62 | 23 |
| Octal | 2 | 15 | 261 | 143 | 135 | 0 | 37 | 354 | 142 | 43 |
| Binary | 10 | 1101 | 10110001 | 1100011 | 1011101 | 0 | 11111 | 11101100 | 1100010 | 100011 |
Color Harmonies of #020DB1
Complementary color
Monochromatic Colors of #020DB1
Black with #020DB1
Text Example
Text Example
White with #020DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DB1; }
p { color: rgb(2,13,177); }
H1.HeaderClassName
{
color: #020DB1;
}
.AnyTagClassName
{
color: #020DB1;
}
</style>
background-color css
<style>
a { background-color: #020DB1; }
a { background-color: rgb(2,13,177); }
div.DivClassName
{
background-color: #020DB1;
}
.BgClassName
{
background-color: #020DB1;
}
</style>
border-color css
<style>
span { border-color: #020DB1; }
span { border-color: rgb(2,13,177); }
td.TdClassName
{
border-color: #020DB1;
}
.TagClassName
{
border-color: #020DB1;
}
</style>