Shades of Midnight Blue #020555
Tints of Midnight Blue #020555
RGB
CMYK
RGB Variations
Color information
#020555 (or 0x020555) is known color: Midnight Blue. HEX triplet: 02, 05 and 55. RGB value is (2,5,85). Sum of RGB (Red+Green+Blue) = 2+5+85=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 85 (33.59% from 255 or 92.39% from 92); Max value from RGB is 85 - color contains mainly: blue. Hex color #020555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020555 is #FDFAAA. Grayscale: #0C0C0C. Windows color (decimal): -16644779 or 5571842. OLE color: 5571842.
HSL color Cylindrical-coordinate representation of color #020555: hue angle of 237.83º 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 #020555 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 5 | 85 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.67 |
| HSL | 237.83º | 0.95% | 0.17% | - |
| HSV(B) | 237.83º | 0.98% | 0.33% | - |
| XYZ | 1.72 | 0.78 | 8.65 | - |
| YUV | 13.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 85 | 0.98 | 0.94 | 0 | 0.67 | 237.83 | 0.95 | 0.17 |
| Hex | 2 | 5 | 55 | 62 | 5E | 0 | 43 | EE | 5F | 11 |
| Octal | 2 | 5 | 125 | 142 | 136 | 0 | 103 | 356 | 137 | 21 |
| Binary | 10 | 101 | 1010101 | 1100010 | 1011110 | 0 | 1000011 | 11101110 | 1011111 | 10001 |
Color Harmonies of #020555
Complementary color
Monochromatic Colors of #020555
Black with #020555
Text Example
Text Example
White with #020555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020555; }
p { color: rgb(2,5,85); }
H1.HeaderClassName
{
color: #020555;
}
.AnyTagClassName
{
color: #020555;
}
</style>
background-color css
<style>
a { background-color: #020555; }
a { background-color: rgb(2,5,85); }
div.DivClassName
{
background-color: #020555;
}
.BgClassName
{
background-color: #020555;
}
</style>
border-color css
<style>
span { border-color: #020555; }
span { border-color: rgb(2,5,85); }
td.TdClassName
{
border-color: #020555;
}
.TagClassName
{
border-color: #020555;
}
</style>