Shades of New Midnight Blue #020D9E
Tints of New Midnight Blue #020D9E
RGB
CMYK
RGB Variations
Color information
#020D9E (or 0x020D9E) is known color: New Midnight Blue. HEX triplet: 02, 0D and 9E. RGB value is (2,13,158). Sum of RGB (Red+Green+Blue) = 2+13+158=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #020D9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D9E is #FDF261. Grayscale: #191919. Windows color (decimal): -16642658 or 10358018. OLE color: 10358018.
HSL color Cylindrical-coordinate representation of color #020D9E: hue angle of 235.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020D9E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 13 | 158 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.38 |
| HSL | 235.77º | 0.98% | 0.31% | - |
| HSV(B) | 235.77º | 0.99% | 0.62% | - |
| XYZ | 6.34 | 2.77 | 32.55 | - |
| YUV | 26.24 | 202.36 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 158 | 0.99 | 0.92 | 0 | 0.38 | 235.77 | 0.98 | 0.31 |
| Hex | 2 | D | 9E | 63 | 5C | 0 | 26 | EC | 62 | 1F |
| Octal | 2 | 15 | 236 | 143 | 134 | 0 | 46 | 354 | 142 | 37 |
| Binary | 10 | 1101 | 10011110 | 1100011 | 1011100 | 0 | 100110 | 11101100 | 1100010 | 11111 |
Color Harmonies of #020D9E
Complementary color
Monochromatic Colors of #020D9E
Black with #020D9E
Text Example
Text Example
White with #020D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D9E; }
p { color: rgb(2,13,158); }
H1.HeaderClassName
{
color: #020D9E;
}
.AnyTagClassName
{
color: #020D9E;
}
</style>
background-color css
<style>
a { background-color: #020D9E; }
a { background-color: rgb(2,13,158); }
div.DivClassName
{
background-color: #020D9E;
}
.BgClassName
{
background-color: #020D9E;
}
</style>
border-color css
<style>
span { border-color: #020D9E; }
span { border-color: rgb(2,13,158); }
td.TdClassName
{
border-color: #020D9E;
}
.TagClassName
{
border-color: #020D9E;
}
</style>