Shades of Midnight Blue #020053
Tints of Midnight Blue #020053
RGB
CMYK
RGB Variations
Color information
#020053 (or 0x020053) is known color: Midnight Blue. HEX triplet: 02, 00 and 53. RGB value is (2,0,83). Sum of RGB (Red+Green+Blue) = 2+0+83=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 83 (32.81% from 255 or 97.65% from 85); Max value from RGB is 83 - color contains mainly: blue. Hex color #020053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020053 is #FDFFAC. Grayscale: #090909. Windows color (decimal): -16646061 or 5439490. OLE color: 5439490.
HSL color Cylindrical-coordinate representation of color #020053: hue angle of 241.45º 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 #020053 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 0 | 83 | - |
| CMYK | 0.98 | 1 | 0 | 0.67 |
| HSL | 241.45º | 1% | 0.16% | - |
| HSV(B) | 241.45º | 1% | 0.33% | - |
| XYZ | 1.59 | 0.64 | 8.22 | - |
| YUV | 10.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 83 | 0.98 | 1 | 0 | 0.67 | 241.45 | 1 | 0.16 |
| Hex | 2 | 0 | 53 | 62 | 64 | 0 | 43 | F1 | 64 | 10 |
| Octal | 2 | 0 | 123 | 142 | 144 | 0 | 103 | 361 | 144 | 20 |
| Binary | 10 | 0 | 1010011 | 1100010 | 1100100 | 0 | 1000011 | 11110001 | 1100100 | 10000 |
Color Harmonies of #020053
Complementary color
Monochromatic Colors of #020053
Black with #020053
Text Example
Text Example
White with #020053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020053; }
p { color: rgb(2,0,83); }
H1.HeaderClassName
{
color: #020053;
}
.AnyTagClassName
{
color: #020053;
}
</style>
background-color css
<style>
a { background-color: #020053; }
a { background-color: rgb(2,0,83); }
div.DivClassName
{
background-color: #020053;
}
.BgClassName
{
background-color: #020053;
}
</style>
border-color css
<style>
span { border-color: #020053; }
span { border-color: rgb(2,0,83); }
td.TdClassName
{
border-color: #020053;
}
.TagClassName
{
border-color: #020053;
}
</style>