Shades of New Midnight Blue #020895
Tints of New Midnight Blue #020895
RGB
CMYK
RGB Variations
Color information
#020895 (or 0x020895) is known color: New Midnight Blue. HEX triplet: 02, 08 and 95. RGB value is (2,8,149). Sum of RGB (Red+Green+Blue) = 2+8+149=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 149 (58.59% from 255 or 93.71% from 159); Max value from RGB is 149 - color contains mainly: blue. Hex color #020895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020895 is #FDF76A. Grayscale: #151515. Windows color (decimal): -16643947 or 9766914. OLE color: 9766914.
HSL color Cylindrical-coordinate representation of color #020895: hue angle of 237.55º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020895 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 8 | 149 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.42 |
| HSL | 237.55º | 0.97% | 0.3% | - |
| HSV(B) | 237.55º | 0.99% | 0.58% | - |
| XYZ | 5.54 | 2.36 | 28.6 | - |
| YUV | 22.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 149 | 0.99 | 0.95 | 0 | 0.42 | 237.55 | 0.97 | 0.3 |
| Hex | 2 | 8 | 95 | 63 | 5F | 0 | 2A | EE | 61 | 1E |
| Octal | 2 | 10 | 225 | 143 | 137 | 0 | 52 | 356 | 141 | 36 |
| Binary | 10 | 1000 | 10010101 | 1100011 | 1011111 | 0 | 101010 | 11101110 | 1100001 | 11110 |
Color Harmonies of #020895
Complementary color
Monochromatic Colors of #020895
Black with #020895
Text Example
Text Example
White with #020895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020895; }
p { color: rgb(2,8,149); }
H1.HeaderClassName
{
color: #020895;
}
.AnyTagClassName
{
color: #020895;
}
</style>
background-color css
<style>
a { background-color: #020895; }
a { background-color: rgb(2,8,149); }
div.DivClassName
{
background-color: #020895;
}
.BgClassName
{
background-color: #020895;
}
</style>
border-color css
<style>
span { border-color: #020895; }
span { border-color: rgb(2,8,149); }
td.TdClassName
{
border-color: #020895;
}
.TagClassName
{
border-color: #020895;
}
</style>