Shades of Dark Blue #070091
Tints of Dark Blue #070091
RGB
CMYK
RGB Variations
Color information
#070091 (or 0x070091) is known color: Dark Blue. HEX triplet: 07, 00 and 91. RGB value is (7,0,145). Sum of RGB (Red+Green+Blue) = 7+0+145=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #070091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070091 is #F8FF6E. Grayscale: #121212. Windows color (decimal): -16318319 or 9502727. OLE color: 9502727.
HSL color Cylindrical-coordinate representation of color #070091: hue angle of 242.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070091 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 0 | 145 | - |
| CMYK | 0.95 | 1 | 0 | 0.43 |
| HSL | 242.9º | 1% | 0.28% | - |
| HSV(B) | 242.9º | 1% | 0.57% | - |
| XYZ | 5.2 | 2.09 | 26.92 | - |
| YUV | 18.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 145 | 0.95 | 1 | 0 | 0.43 | 242.9 | 1 | 0.28 |
| Hex | 7 | 0 | 91 | 5F | 64 | 0 | 2B | F3 | 64 | 1C |
| Octal | 7 | 0 | 221 | 137 | 144 | 0 | 53 | 363 | 144 | 34 |
| Binary | 111 | 0 | 10010001 | 1011111 | 1100100 | 0 | 101011 | 11110011 | 1100100 | 11100 |
Color Harmonies of #070091
Complementary color
Monochromatic Colors of #070091
Black with #070091
Text Example
Text Example
White with #070091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070091; }
p { color: rgb(7,0,145); }
H1.HeaderClassName
{
color: #070091;
}
.AnyTagClassName
{
color: #070091;
}
</style>
background-color css
<style>
a { background-color: #070091; }
a { background-color: rgb(7,0,145); }
div.DivClassName
{
background-color: #070091;
}
.BgClassName
{
background-color: #070091;
}
</style>
border-color css
<style>
span { border-color: #070091; }
span { border-color: rgb(7,0,145); }
td.TdClassName
{
border-color: #070091;
}
.TagClassName
{
border-color: #070091;
}
</style>