Shades of Midnight Blue #020052
Tints of Midnight Blue #020052
RGB
CMYK
RGB Variations
Color information
#020052 (or 0x020052) is known color: Midnight Blue. HEX triplet: 02, 00 and 52. RGB value is (2,0,82). Sum of RGB (Red+Green+Blue) = 2+0+82=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 82 (32.42% from 255 or 97.62% from 84); Max value from RGB is 82 - color contains mainly: blue. Hex color #020052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020052 is #FDFFAD. Grayscale: #090909. Windows color (decimal): -16646062 or 5373954. OLE color: 5373954.
HSL color Cylindrical-coordinate representation of color #020052: hue angle of 241.46º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020052 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 0 | 82 | - |
| CMYK | 0.98 | 1 | 0 | 0.68 |
| HSL | 241.46º | 1% | 0.16% | - |
| HSV(B) | 241.46º | 1% | 0.32% | - |
| XYZ | 1.55 | 0.62 | 8.02 | - |
| YUV | 9.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 82 | 0.98 | 1 | 0 | 0.68 | 241.46 | 1 | 0.16 |
| Hex | 2 | 0 | 52 | 62 | 64 | 0 | 44 | F1 | 64 | 10 |
| Octal | 2 | 0 | 122 | 142 | 144 | 0 | 104 | 361 | 144 | 20 |
| Binary | 10 | 0 | 1010010 | 1100010 | 1100100 | 0 | 1000100 | 11110001 | 1100100 | 10000 |
Color Harmonies of #020052
Complementary color
Monochromatic Colors of #020052
Black with #020052
Text Example
Text Example
White with #020052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020052; }
p { color: rgb(2,0,82); }
H1.HeaderClassName
{
color: #020052;
}
.AnyTagClassName
{
color: #020052;
}
</style>
background-color css
<style>
a { background-color: #020052; }
a { background-color: rgb(2,0,82); }
div.DivClassName
{
background-color: #020052;
}
.BgClassName
{
background-color: #020052;
}
</style>
border-color css
<style>
span { border-color: #020052; }
span { border-color: rgb(2,0,82); }
td.TdClassName
{
border-color: #020052;
}
.TagClassName
{
border-color: #020052;
}
</style>