Shades of Midnight Blue #020A5E
Tints of Midnight Blue #020A5E
RGB
CMYK
RGB Variations
Color information
#020A5E (or 0x020A5E) is known color: Midnight Blue. HEX triplet: 02, 0A and 5E. RGB value is (2,10,94). Sum of RGB (Red+Green+Blue) = 2+10+94=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #020A5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5E is #FDF5A1. Grayscale: #101010. Windows color (decimal): -16643490 or 6162946. OLE color: 6162946.
HSL color Cylindrical-coordinate representation of color #020A5E: hue angle of 234.78º 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 #020A5E is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 2 | 10 | 94 | - |
CMYK | 0.98 | 0.89 | 0 | 0.63 |
HSL | 234.78º | 0.96% | 0.19% | - |
HSV(B) | 234.78º | 0.98% | 0.37% | - |
XYZ | 2.15 | 1.04 | 10.68 | - |
YUV | 17.18 | 171.35 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 10 | 94 | 0.98 | 0.89 | 0 | 0.63 | 234.78 | 0.96 | 0.19 |
Hex | 2 | A | 5E | 62 | 59 | 0 | 3F | EB | 60 | 13 |
Octal | 2 | 12 | 136 | 142 | 131 | 0 | 77 | 353 | 140 | 23 |
Binary | 10 | 1010 | 1011110 | 1100010 | 1011001 | 0 | 111111 | 11101011 | 1100000 | 10011 |
Color Harmonies of #020A5E
Complementary color
Monochromatic Colors of #020A5E
Black with #020A5E
Text Example
Text Example
White with #020A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A5E; }
p { color: rgb(2,10,94); }
H1.HeaderClassName
{
color: #020A5E;
}
.AnyTagClassName
{
color: #020A5E;
}
</style>
background-color css
<style>
a { background-color: #020A5E; }
a { background-color: rgb(2,10,94); }
div.DivClassName
{
background-color: #020A5E;
}
.BgClassName
{
background-color: #020A5E;
}
</style>
border-color css
<style>
span { border-color: #020A5E; }
span { border-color: rgb(2,10,94); }
td.TdClassName
{
border-color: #020A5E;
}
.TagClassName
{
border-color: #020A5E;
}
</style>