Shades of Midnight Blue #020255
Tints of Midnight Blue #020255
RGB
CMYK
RGB Variations
Color information
#020255 (or 0x020255) is known color: Midnight Blue. HEX triplet: 02, 02 and 55. RGB value is (2,2,85). Sum of RGB (Red+Green+Blue) = 2+2+85=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 85 (33.59% from 255 or 95.51% from 89); Max value from RGB is 85 - color contains mainly: blue. Hex color #020255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020255 is #FDFDAA. Grayscale: #0B0B0B. Windows color (decimal): -16645547 or 5571074. OLE color: 5571074.
HSL color Cylindrical-coordinate representation of color #020255: hue angle of 240º 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 #020255 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 2 | 85 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.67 |
| HSL | 240º | 0.95% | 0.17% | - |
| HSV(B) | 240º | 0.98% | 0.33% | - |
| XYZ | 1.69 | 0.71 | 8.64 | - |
| YUV | 11.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 85 | 0.98 | 0.98 | 0 | 0.67 | 240 | 0.95 | 0.17 |
| Hex | 2 | 2 | 55 | 62 | 62 | 0 | 43 | F0 | 5F | 11 |
| Octal | 2 | 2 | 125 | 142 | 142 | 0 | 103 | 360 | 137 | 21 |
| Binary | 10 | 10 | 1010101 | 1100010 | 1100010 | 0 | 1000011 | 11110000 | 1011111 | 10001 |
Color Harmonies of #020255
Complementary color
Monochromatic Colors of #020255
Black with #020255
Text Example
Text Example
White with #020255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020255; }
p { color: rgb(2,2,85); }
H1.HeaderClassName
{
color: #020255;
}
.AnyTagClassName
{
color: #020255;
}
</style>
background-color css
<style>
a { background-color: #020255; }
a { background-color: rgb(2,2,85); }
div.DivClassName
{
background-color: #020255;
}
.BgClassName
{
background-color: #020255;
}
</style>
border-color css
<style>
span { border-color: #020255; }
span { border-color: rgb(2,2,85); }
td.TdClassName
{
border-color: #020255;
}
.TagClassName
{
border-color: #020255;
}
</style>