Shades of New Midnight Blue #020E9F
Tints of New Midnight Blue #020E9F
RGB
CMYK
RGB Variations
Color information
#020E9F (or 0x020E9F) is known color: New Midnight Blue. HEX triplet: 02, 0E and 9F. RGB value is (2,14,159). Sum of RGB (Red+Green+Blue) = 2+14+159=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 159 (62.5% from 255 or 90.86% from 175); Max value from RGB is 159 - color contains mainly: blue. Hex color #020E9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E9F is #FDF160. Grayscale: #1A1A1A. Windows color (decimal): -16642401 or 10423810. OLE color: 10423810.
HSL color Cylindrical-coordinate representation of color #020E9F: hue angle of 235.41º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020E9F is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 14 | 159 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.38 |
| HSL | 235.41º | 0.98% | 0.32% | - |
| HSV(B) | 235.41º | 0.99% | 0.62% | - |
| XYZ | 6.44 | 2.83 | 33.01 | - |
| YUV | 26.94 | 202.52 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 159 | 0.99 | 0.91 | 0 | 0.38 | 235.41 | 0.98 | 0.32 |
| Hex | 2 | E | 9F | 63 | 5B | 0 | 26 | EB | 62 | 20 |
| Octal | 2 | 16 | 237 | 143 | 133 | 0 | 46 | 353 | 142 | 40 |
| Binary | 10 | 1110 | 10011111 | 1100011 | 1011011 | 0 | 100110 | 11101011 | 1100010 | 100000 |
Color Harmonies of #020E9F
Complementary color
Monochromatic Colors of #020E9F
Black with #020E9F
Text Example
Text Example
White with #020E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E9F; }
p { color: rgb(2,14,159); }
H1.HeaderClassName
{
color: #020E9F;
}
.AnyTagClassName
{
color: #020E9F;
}
</style>
background-color css
<style>
a { background-color: #020E9F; }
a { background-color: rgb(2,14,159); }
div.DivClassName
{
background-color: #020E9F;
}
.BgClassName
{
background-color: #020E9F;
}
</style>
border-color css
<style>
span { border-color: #020E9F; }
span { border-color: rgb(2,14,159); }
td.TdClassName
{
border-color: #020E9F;
}
.TagClassName
{
border-color: #020E9F;
}
</style>