Shades of Midnight Blue #020249
Tints of Midnight Blue #020249
RGB
CMYK
RGB Variations
Color information
#020249 (or 0x020249) is known color: Midnight Blue. HEX triplet: 02, 02 and 49. RGB value is (2,2,73). Sum of RGB (Red+Green+Blue) = 2+2+73=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 73 (28.91% from 255 or 94.81% from 77); Max value from RGB is 73 - color contains mainly: blue. Hex color #020249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020249 is #FDFDB6. Grayscale: #090909. Windows color (decimal): -16645559 or 4784642. OLE color: 4784642.
HSL color Cylindrical-coordinate representation of color #020249: hue angle of 240º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020249 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 2 | 73 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.71 |
| HSL | 240º | 0.95% | 0.15% | - |
| HSV(B) | 240º | 0.97% | 0.29% | - |
| XYZ | 1.25 | 0.54 | 6.34 | - |
| YUV | 10.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 73 | 0.97 | 0.97 | 0 | 0.71 | 240 | 0.95 | 0.15 |
| Hex | 2 | 2 | 49 | 61 | 61 | 0 | 47 | F0 | 5F | F |
| Octal | 2 | 2 | 111 | 141 | 141 | 0 | 107 | 360 | 137 | 17 |
| Binary | 10 | 10 | 1001001 | 1100001 | 1100001 | 0 | 1000111 | 11110000 | 1011111 | 1111 |
Color Harmonies of #020249
Complementary color
Monochromatic Colors of #020249
Black with #020249
Text Example
Text Example
White with #020249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020249; }
p { color: rgb(2,2,73); }
H1.HeaderClassName
{
color: #020249;
}
.AnyTagClassName
{
color: #020249;
}
</style>
background-color css
<style>
a { background-color: #020249; }
a { background-color: rgb(2,2,73); }
div.DivClassName
{
background-color: #020249;
}
.BgClassName
{
background-color: #020249;
}
</style>
border-color css
<style>
span { border-color: #020249; }
span { border-color: rgb(2,2,73); }
td.TdClassName
{
border-color: #020249;
}
.TagClassName
{
border-color: #020249;
}
</style>