Shades of Midnight Blue #020349
Tints of Midnight Blue #020349
RGB
CMYK
RGB Variations
Color information
#020349 (or 0x020349) is known color: Midnight Blue. HEX triplet: 02, 03 and 49. RGB value is (2,3,73). Sum of RGB (Red+Green+Blue) = 2+3+73=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 73 (28.91% from 255 or 93.59% from 78); Max value from RGB is 73 - color contains mainly: blue. Hex color #020349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020349 is #FDFCB6. Grayscale: #0A0A0A. Windows color (decimal): -16645303 or 4784898. OLE color: 4784898.
HSL color Cylindrical-coordinate representation of color #020349: hue angle of 239.15º 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 #020349 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 3 | 73 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.71 |
| HSL | 239.15º | 0.95% | 0.15% | - |
| HSV(B) | 239.15º | 0.97% | 0.29% | - |
| XYZ | 1.26 | 0.56 | 6.34 | - |
| YUV | 10.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 73 | 0.97 | 0.96 | 0 | 0.71 | 239.15 | 0.95 | 0.15 |
| Hex | 2 | 3 | 49 | 61 | 60 | 0 | 47 | EF | 5F | F |
| Octal | 2 | 3 | 111 | 141 | 140 | 0 | 107 | 357 | 137 | 17 |
| Binary | 10 | 11 | 1001001 | 1100001 | 1100000 | 0 | 1000111 | 11101111 | 1011111 | 1111 |
Color Harmonies of #020349
Complementary color
Monochromatic Colors of #020349
Black with #020349
Text Example
Text Example
White with #020349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020349; }
p { color: rgb(2,3,73); }
H1.HeaderClassName
{
color: #020349;
}
.AnyTagClassName
{
color: #020349;
}
</style>
background-color css
<style>
a { background-color: #020349; }
a { background-color: rgb(2,3,73); }
div.DivClassName
{
background-color: #020349;
}
.BgClassName
{
background-color: #020349;
}
</style>
border-color css
<style>
span { border-color: #020349; }
span { border-color: rgb(2,3,73); }
td.TdClassName
{
border-color: #020349;
}
.TagClassName
{
border-color: #020349;
}
</style>