Shades of Midnight Blue #070259
Tints of Midnight Blue #070259
RGB
CMYK
RGB Variations
Color information
#070259 (or 0x070259) is known color: Midnight Blue. HEX triplet: 07, 02 and 59. RGB value is (7,2,89). Sum of RGB (Red+Green+Blue) = 7+2+89=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 89 (35.16% from 255 or 90.82% from 98); Max value from RGB is 89 - color contains mainly: blue. Hex color #070259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070259 is #F8FDA6. Grayscale: #0D0D0D. Windows color (decimal): -16317863 or 5833223. OLE color: 5833223.
HSL color Cylindrical-coordinate representation of color #070259: hue angle of 243.45º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070259 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 2 | 89 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.65 |
| HSL | 243.45º | 0.96% | 0.18% | - |
| HSV(B) | 243.45º | 0.98% | 0.35% | - |
| XYZ | 1.91 | 0.81 | 9.51 | - |
| YUV | 13.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 89 | 0.92 | 0.98 | 0 | 0.65 | 243.45 | 0.96 | 0.18 |
| Hex | 7 | 2 | 59 | 5C | 62 | 0 | 41 | F3 | 60 | 12 |
| Octal | 7 | 2 | 131 | 134 | 142 | 0 | 101 | 363 | 140 | 22 |
| Binary | 111 | 10 | 1011001 | 1011100 | 1100010 | 0 | 1000001 | 11110011 | 1100000 | 10010 |
Color Harmonies of #070259
Complementary color
Monochromatic Colors of #070259
Black with #070259
Text Example
Text Example
White with #070259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070259; }
p { color: rgb(7,2,89); }
H1.HeaderClassName
{
color: #070259;
}
.AnyTagClassName
{
color: #070259;
}
</style>
background-color css
<style>
a { background-color: #070259; }
a { background-color: rgb(7,2,89); }
div.DivClassName
{
background-color: #070259;
}
.BgClassName
{
background-color: #070259;
}
</style>
border-color css
<style>
span { border-color: #070259; }
span { border-color: rgb(7,2,89); }
td.TdClassName
{
border-color: #070259;
}
.TagClassName
{
border-color: #070259;
}
</style>