Shades of Dark Blue #070191
Tints of Dark Blue #070191
RGB
CMYK
RGB Variations
Color information
#070191 (or 0x070191) is known color: Dark Blue. HEX triplet: 07, 01 and 91. RGB value is (7,1,145). Sum of RGB (Red+Green+Blue) = 7+1+145=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 145 (57.03% from 255 or 94.77% from 153); Max value from RGB is 145 - color contains mainly: blue. Hex color #070191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070191 is #F8FE6E. Grayscale: #121212. Windows color (decimal): -16318063 or 9502983. OLE color: 9502983.
HSL color Cylindrical-coordinate representation of color #070191: hue angle of 242.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070191 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 1 | 145 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.43 |
| HSL | 242.5º | 0.99% | 0.29% | - |
| HSV(B) | 242.5º | 0.99% | 0.57% | - |
| XYZ | 5.21 | 2.11 | 26.92 | - |
| YUV | 19.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 145 | 0.95 | 0.99 | 0 | 0.43 | 242.5 | 0.99 | 0.29 |
| Hex | 7 | 1 | 91 | 5F | 63 | 0 | 2B | F2 | 63 | 1D |
| Octal | 7 | 1 | 221 | 137 | 143 | 0 | 53 | 362 | 143 | 35 |
| Binary | 111 | 1 | 10010001 | 1011111 | 1100011 | 0 | 101011 | 11110010 | 1100011 | 11101 |
Color Harmonies of #070191
Complementary color
Monochromatic Colors of #070191
Black with #070191
Text Example
Text Example
White with #070191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070191; }
p { color: rgb(7,1,145); }
H1.HeaderClassName
{
color: #070191;
}
.AnyTagClassName
{
color: #070191;
}
</style>
background-color css
<style>
a { background-color: #070191; }
a { background-color: rgb(7,1,145); }
div.DivClassName
{
background-color: #070191;
}
.BgClassName
{
background-color: #070191;
}
</style>
border-color css
<style>
span { border-color: #070191; }
span { border-color: rgb(7,1,145); }
td.TdClassName
{
border-color: #070191;
}
.TagClassName
{
border-color: #070191;
}
</style>