Shades of Midnight Blue #020553
Tints of Midnight Blue #020553
RGB
CMYK
RGB Variations
Color information
#020553 (or 0x020553) is known color: Midnight Blue. HEX triplet: 02, 05 and 53. RGB value is (2,5,83). Sum of RGB (Red+Green+Blue) = 2+5+83=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 83 (32.81% from 255 or 92.22% from 90); Max value from RGB is 83 - color contains mainly: blue. Hex color #020553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020553 is #FDFAAC. Grayscale: #0C0C0C. Windows color (decimal): -16644781 or 5440770. OLE color: 5440770.
HSL color Cylindrical-coordinate representation of color #020553: hue angle of 237.78º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020553 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 5 | 83 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.67 |
| HSL | 237.78º | 0.95% | 0.17% | - |
| HSV(B) | 237.78º | 0.98% | 0.33% | - |
| XYZ | 1.64 | 0.75 | 8.24 | - |
| YUV | 13 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 83 | 0.98 | 0.94 | 0 | 0.67 | 237.78 | 0.95 | 0.17 |
| Hex | 2 | 5 | 53 | 62 | 5E | 0 | 43 | EE | 5F | 11 |
| Octal | 2 | 5 | 123 | 142 | 136 | 0 | 103 | 356 | 137 | 21 |
| Binary | 10 | 101 | 1010011 | 1100010 | 1011110 | 0 | 1000011 | 11101110 | 1011111 | 10001 |
Color Harmonies of #020553
Complementary color
Monochromatic Colors of #020553
Black with #020553
Text Example
Text Example
White with #020553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020553; }
p { color: rgb(2,5,83); }
H1.HeaderClassName
{
color: #020553;
}
.AnyTagClassName
{
color: #020553;
}
</style>
background-color css
<style>
a { background-color: #020553; }
a { background-color: rgb(2,5,83); }
div.DivClassName
{
background-color: #020553;
}
.BgClassName
{
background-color: #020553;
}
</style>
border-color css
<style>
span { border-color: #020553; }
span { border-color: rgb(2,5,83); }
td.TdClassName
{
border-color: #020553;
}
.TagClassName
{
border-color: #020553;
}
</style>