Shades of Midnight Blue #020054
Tints of Midnight Blue #020054
RGB
CMYK
RGB Variations
Color information
#020054 (or 0x020054) is known color: Midnight Blue. HEX triplet: 02, 00 and 54. RGB value is (2,0,84). Sum of RGB (Red+Green+Blue) = 2+0+84=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 84 (33.20% from 255 or 97.67% from 86); Max value from RGB is 84 - color contains mainly: blue. Hex color #020054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020054 is #FDFFAB. Grayscale: #090909. Windows color (decimal): -16646060 or 5505026. OLE color: 5505026.
HSL color Cylindrical-coordinate representation of color #020054: hue angle of 241.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020054 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 0 | 84 | - |
| CMYK | 0.98 | 1 | 0 | 0.67 |
| HSL | 241.43º | 1% | 0.16% | - |
| HSV(B) | 241.43º | 1% | 0.33% | - |
| XYZ | 1.63 | 0.65 | 8.43 | - |
| YUV | 10.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 84 | 0.98 | 1 | 0 | 0.67 | 241.43 | 1 | 0.16 |
| Hex | 2 | 0 | 54 | 62 | 64 | 0 | 43 | F1 | 64 | 10 |
| Octal | 2 | 0 | 124 | 142 | 144 | 0 | 103 | 361 | 144 | 20 |
| Binary | 10 | 0 | 1010100 | 1100010 | 1100100 | 0 | 1000011 | 11110001 | 1100100 | 10000 |
Color Harmonies of #020054
Complementary color
Monochromatic Colors of #020054
Black with #020054
Text Example
Text Example
White with #020054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020054; }
p { color: rgb(2,0,84); }
H1.HeaderClassName
{
color: #020054;
}
.AnyTagClassName
{
color: #020054;
}
</style>
background-color css
<style>
a { background-color: #020054; }
a { background-color: rgb(2,0,84); }
div.DivClassName
{
background-color: #020054;
}
.BgClassName
{
background-color: #020054;
}
</style>
border-color css
<style>
span { border-color: #020054; }
span { border-color: rgb(2,0,84); }
td.TdClassName
{
border-color: #020054;
}
.TagClassName
{
border-color: #020054;
}
</style>