Shades of Midnight Blue #020A5D
Tints of Midnight Blue #020A5D
RGB
CMYK
RGB Variations
Color information
#020A5D (or 0x020A5D) is known color: Midnight Blue. HEX triplet: 02, 0A and 5D. RGB value is (2,10,93). Sum of RGB (Red+Green+Blue) = 2+10+93=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #020A5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5D is #FDF5A2. Grayscale: #101010. Windows color (decimal): -16643491 or 6097410. OLE color: 6097410.
HSL color Cylindrical-coordinate representation of color #020A5D: hue angle of 234.73º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A5D is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 10 | 93 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.64 |
| HSL | 234.73º | 0.96% | 0.19% | - |
| HSV(B) | 234.73º | 0.98% | 0.36% | - |
| XYZ | 2.11 | 1.02 | 10.44 | - |
| YUV | 17.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 93 | 0.98 | 0.89 | 0 | 0.64 | 234.73 | 0.96 | 0.19 |
| Hex | 2 | A | 5D | 62 | 59 | 0 | 40 | EB | 60 | 13 |
| Octal | 2 | 12 | 135 | 142 | 131 | 0 | 100 | 353 | 140 | 23 |
| Binary | 10 | 1010 | 1011101 | 1100010 | 1011001 | 0 | 1000000 | 11101011 | 1100000 | 10011 |
Color Harmonies of #020A5D
Complementary color
Monochromatic Colors of #020A5D
Black with #020A5D
Text Example
Text Example
White with #020A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A5D; }
p { color: rgb(2,10,93); }
H1.HeaderClassName
{
color: #020A5D;
}
.AnyTagClassName
{
color: #020A5D;
}
</style>
background-color css
<style>
a { background-color: #020A5D; }
a { background-color: rgb(2,10,93); }
div.DivClassName
{
background-color: #020A5D;
}
.BgClassName
{
background-color: #020A5D;
}
</style>
border-color css
<style>
span { border-color: #020A5D; }
span { border-color: rgb(2,10,93); }
td.TdClassName
{
border-color: #020A5D;
}
.TagClassName
{
border-color: #020A5D;
}
</style>