Shades of Midnight Blue #020A5F
Tints of Midnight Blue #020A5F
RGB
CMYK
RGB Variations
Color information
#020A5F (or 0x020A5F) is known color: Midnight Blue. HEX triplet: 02, 0A and 5F. RGB value is (2,10,95). Sum of RGB (Red+Green+Blue) = 2+10+95=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 95 (37.5% from 255 or 88.79% from 107); Max value from RGB is 95 - color contains mainly: blue. Hex color #020A5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5F is #FDF5A0. Grayscale: #101010. Windows color (decimal): -16643489 or 6228482. OLE color: 6228482.
HSL color Cylindrical-coordinate representation of color #020A5F: hue angle of 234.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A5F is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 10 | 95 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.63 |
| HSL | 234.84º | 0.96% | 0.19% | - |
| HSV(B) | 234.84º | 0.98% | 0.37% | - |
| XYZ | 2.2 | 1.06 | 10.91 | - |
| YUV | 17.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 95 | 0.98 | 0.89 | 0 | 0.63 | 234.84 | 0.96 | 0.19 |
| Hex | 2 | A | 5F | 62 | 59 | 0 | 3F | EB | 60 | 13 |
| Octal | 2 | 12 | 137 | 142 | 131 | 0 | 77 | 353 | 140 | 23 |
| Binary | 10 | 1010 | 1011111 | 1100010 | 1011001 | 0 | 111111 | 11101011 | 1100000 | 10011 |
Color Harmonies of #020A5F
Complementary color
Monochromatic Colors of #020A5F
Black with #020A5F
Text Example
Text Example
White with #020A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A5F; }
p { color: rgb(2,10,95); }
H1.HeaderClassName
{
color: #020A5F;
}
.AnyTagClassName
{
color: #020A5F;
}
</style>
background-color css
<style>
a { background-color: #020A5F; }
a { background-color: rgb(2,10,95); }
div.DivClassName
{
background-color: #020A5F;
}
.BgClassName
{
background-color: #020A5F;
}
</style>
border-color css
<style>
span { border-color: #020A5F; }
span { border-color: rgb(2,10,95); }
td.TdClassName
{
border-color: #020A5F;
}
.TagClassName
{
border-color: #020A5F;
}
</style>