Shades of Midnight Blue #020651
Tints of Midnight Blue #020651
RGB
CMYK
RGB Variations
Color information
#020651 (or 0x020651) is known color: Midnight Blue. HEX triplet: 02, 06 and 51. RGB value is (2,6,81). Sum of RGB (Red+Green+Blue) = 2+6+81=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #020651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020651 is #FDF9AE. Grayscale: #0D0D0D. Windows color (decimal): -16644527 or 5309954. OLE color: 5309954.
HSL color Cylindrical-coordinate representation of color #020651: hue angle of 236.96º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020651 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 6 | 81 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.68 |
| HSL | 236.96º | 0.95% | 0.16% | - |
| HSV(B) | 236.96º | 0.98% | 0.32% | - |
| XYZ | 1.58 | 0.74 | 7.84 | - |
| YUV | 13.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 81 | 0.98 | 0.93 | 0 | 0.68 | 236.96 | 0.95 | 0.16 |
| Hex | 2 | 6 | 51 | 62 | 5D | 0 | 44 | ED | 5F | 10 |
| Octal | 2 | 6 | 121 | 142 | 135 | 0 | 104 | 355 | 137 | 20 |
| Binary | 10 | 110 | 1010001 | 1100010 | 1011101 | 0 | 1000100 | 11101101 | 1011111 | 10000 |
Color Harmonies of #020651
Complementary color
Monochromatic Colors of #020651
Black with #020651
Text Example
Text Example
White with #020651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020651; }
p { color: rgb(2,6,81); }
H1.HeaderClassName
{
color: #020651;
}
.AnyTagClassName
{
color: #020651;
}
</style>
background-color css
<style>
a { background-color: #020651; }
a { background-color: rgb(2,6,81); }
div.DivClassName
{
background-color: #020651;
}
.BgClassName
{
background-color: #020651;
}
</style>
border-color css
<style>
span { border-color: #020651; }
span { border-color: rgb(2,6,81); }
td.TdClassName
{
border-color: #020651;
}
.TagClassName
{
border-color: #020651;
}
</style>