Shades of Midnight Blue #020153
Tints of Midnight Blue #020153
RGB
CMYK
RGB Variations
Color information
#020153 (or 0x020153) is known color: Midnight Blue. HEX triplet: 02, 01 and 53. RGB value is (2,1,83). Sum of RGB (Red+Green+Blue) = 2+1+83=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 83 (32.81% from 255 or 96.51% from 86); Max value from RGB is 83 - color contains mainly: blue. Hex color #020153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020153 is #FDFEAC. Grayscale: #0A0A0A. Windows color (decimal): -16645805 or 5439746. OLE color: 5439746.
HSL color Cylindrical-coordinate representation of color #020153: hue angle of 240.73º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020153 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 1 | 83 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.67 |
| HSL | 240.73º | 0.98% | 0.16% | - |
| HSV(B) | 240.73º | 0.99% | 0.33% | - |
| XYZ | 1.6 | 0.66 | 8.23 | - |
| YUV | 10.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 83 | 0.98 | 0.99 | 0 | 0.67 | 240.73 | 0.98 | 0.16 |
| Hex | 2 | 1 | 53 | 62 | 63 | 0 | 43 | F1 | 62 | 10 |
| Octal | 2 | 1 | 123 | 142 | 143 | 0 | 103 | 361 | 142 | 20 |
| Binary | 10 | 1 | 1010011 | 1100010 | 1100011 | 0 | 1000011 | 11110001 | 1100010 | 10000 |
Color Harmonies of #020153
Complementary color
Monochromatic Colors of #020153
Black with #020153
Text Example
Text Example
White with #020153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020153; }
p { color: rgb(2,1,83); }
H1.HeaderClassName
{
color: #020153;
}
.AnyTagClassName
{
color: #020153;
}
</style>
background-color css
<style>
a { background-color: #020153; }
a { background-color: rgb(2,1,83); }
div.DivClassName
{
background-color: #020153;
}
.BgClassName
{
background-color: #020153;
}
</style>
border-color css
<style>
span { border-color: #020153; }
span { border-color: rgb(2,1,83); }
td.TdClassName
{
border-color: #020153;
}
.TagClassName
{
border-color: #020153;
}
</style>