Shades of Midnight Blue #020348
Tints of Midnight Blue #020348
RGB
CMYK
RGB Variations
Color information
#020348 (or 0x020348) is known color: Midnight Blue. HEX triplet: 02, 03 and 48. RGB value is (2,3,72). Sum of RGB (Red+Green+Blue) = 2+3+72=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #020348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020348 is #FDFCB7. Grayscale: #0A0A0A. Windows color (decimal): -16645304 or 4719362. OLE color: 4719362.
HSL color Cylindrical-coordinate representation of color #020348: hue angle of 239.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020348 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 3 | 72 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.72 |
| HSL | 239.14º | 0.95% | 0.15% | - |
| HSV(B) | 239.14º | 0.97% | 0.28% | - |
| XYZ | 1.23 | 0.55 | 6.17 | - |
| YUV | 10.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 72 | 0.97 | 0.96 | 0 | 0.72 | 239.14 | 0.95 | 0.15 |
| Hex | 2 | 3 | 48 | 61 | 60 | 0 | 48 | EF | 5F | F |
| Octal | 2 | 3 | 110 | 141 | 140 | 0 | 110 | 357 | 137 | 17 |
| Binary | 10 | 11 | 1001000 | 1100001 | 1100000 | 0 | 1001000 | 11101111 | 1011111 | 1111 |
Color Harmonies of #020348
Complementary color
Monochromatic Colors of #020348
Black with #020348
Text Example
Text Example
White with #020348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020348; }
p { color: rgb(2,3,72); }
H1.HeaderClassName
{
color: #020348;
}
.AnyTagClassName
{
color: #020348;
}
</style>
background-color css
<style>
a { background-color: #020348; }
a { background-color: rgb(2,3,72); }
div.DivClassName
{
background-color: #020348;
}
.BgClassName
{
background-color: #020348;
}
</style>
border-color css
<style>
span { border-color: #020348; }
span { border-color: rgb(2,3,72); }
td.TdClassName
{
border-color: #020348;
}
.TagClassName
{
border-color: #020348;
}
</style>