Shades of Midnight Blue #020046
Tints of Midnight Blue #020046
RGB
CMYK
RGB Variations
Color information
#020046 (or 0x020046) is known color: Midnight Blue. HEX triplet: 02, 00 and 46. RGB value is (2,0,70). Sum of RGB (Red+Green+Blue) = 2+0+70=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 70 (27.73% from 255 or 97.22% from 72); Max value from RGB is 70 - color contains mainly: blue. Hex color #020046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020046 is #FDFFB9. Grayscale: #080808. Windows color (decimal): -16646074 or 4587522. OLE color: 4587522.
HSL color Cylindrical-coordinate representation of color #020046: hue angle of 241.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020046 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 0 | 70 | - |
| CMYK | 0.97 | 1 | 0 | 0.73 |
| HSL | 241.71º | 1% | 0.14% | - |
| HSV(B) | 241.71º | 1% | 0.27% | - |
| XYZ | 1.13 | 0.46 | 5.82 | - |
| YUV | 8.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 70 | 0.97 | 1 | 0 | 0.73 | 241.71 | 1 | 0.14 |
| Hex | 2 | 0 | 46 | 61 | 64 | 0 | 49 | F2 | 64 | E |
| Octal | 2 | 0 | 106 | 141 | 144 | 0 | 111 | 362 | 144 | 16 |
| Binary | 10 | 0 | 1000110 | 1100001 | 1100100 | 0 | 1001001 | 11110010 | 1100100 | 1110 |
Color Harmonies of #020046
Complementary color
Monochromatic Colors of #020046
Black with #020046
Text Example
Text Example
White with #020046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020046; }
p { color: rgb(2,0,70); }
H1.HeaderClassName
{
color: #020046;
}
.AnyTagClassName
{
color: #020046;
}
</style>
background-color css
<style>
a { background-color: #020046; }
a { background-color: rgb(2,0,70); }
div.DivClassName
{
background-color: #020046;
}
.BgClassName
{
background-color: #020046;
}
</style>
border-color css
<style>
span { border-color: #020046; }
span { border-color: rgb(2,0,70); }
td.TdClassName
{
border-color: #020046;
}
.TagClassName
{
border-color: #020046;
}
</style>