Shades of Midnight Blue #020552
Tints of Midnight Blue #020552
RGB
CMYK
RGB Variations
Color information
#020552 (or 0x020552) is known color: Midnight Blue. HEX triplet: 02, 05 and 52. RGB value is (2,5,82). Sum of RGB (Red+Green+Blue) = 2+5+82=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 82 (32.42% from 255 or 92.13% from 89); Max value from RGB is 82 - color contains mainly: blue. Hex color #020552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020552 is #FDFAAD. Grayscale: #0C0C0C. Windows color (decimal): -16644782 or 5375234. OLE color: 5375234.
HSL color Cylindrical-coordinate representation of color #020552: hue angle of 237.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020552 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 5 | 82 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.68 |
| HSL | 237.75º | 0.95% | 0.16% | - |
| HSV(B) | 237.75º | 0.98% | 0.32% | - |
| XYZ | 1.6 | 0.73 | 8.04 | - |
| YUV | 12.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 82 | 0.98 | 0.94 | 0 | 0.68 | 237.75 | 0.95 | 0.16 |
| Hex | 2 | 5 | 52 | 62 | 5E | 0 | 44 | EE | 5F | 10 |
| Octal | 2 | 5 | 122 | 142 | 136 | 0 | 104 | 356 | 137 | 20 |
| Binary | 10 | 101 | 1010010 | 1100010 | 1011110 | 0 | 1000100 | 11101110 | 1011111 | 10000 |
Color Harmonies of #020552
Complementary color
Monochromatic Colors of #020552
Black with #020552
Text Example
Text Example
White with #020552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020552; }
p { color: rgb(2,5,82); }
H1.HeaderClassName
{
color: #020552;
}
.AnyTagClassName
{
color: #020552;
}
</style>
background-color css
<style>
a { background-color: #020552; }
a { background-color: rgb(2,5,82); }
div.DivClassName
{
background-color: #020552;
}
.BgClassName
{
background-color: #020552;
}
</style>
border-color css
<style>
span { border-color: #020552; }
span { border-color: rgb(2,5,82); }
td.TdClassName
{
border-color: #020552;
}
.TagClassName
{
border-color: #020552;
}
</style>