Shades of Dark Blue #070087
Tints of Dark Blue #070087
RGB
CMYK
RGB Variations
Color information
#070087 (or 0x070087) is known color: Dark Blue. HEX triplet: 07, 00 and 87. RGB value is (7,0,135). Sum of RGB (Red+Green+Blue) = 7+0+135=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 135 (53.12% from 255 or 95.07% from 142); Max value from RGB is 135 - color contains mainly: blue. Hex color #070087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070087 is #F8FF78. Grayscale: #101010. Windows color (decimal): -16318329 or 8847367. OLE color: 8847367.
HSL color Cylindrical-coordinate representation of color #070087: hue angle of 243.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070087 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 0 | 135 | - |
| CMYK | 0.95 | 1 | 0 | 0.47 |
| HSL | 243.11º | 1% | 0.26% | - |
| HSV(B) | 243.11º | 1% | 0.53% | - |
| XYZ | 4.46 | 1.79 | 23.03 | - |
| YUV | 17.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 135 | 0.95 | 1 | 0 | 0.47 | 243.11 | 1 | 0.26 |
| Hex | 7 | 0 | 87 | 5F | 64 | 0 | 2F | F3 | 64 | 1A |
| Octal | 7 | 0 | 207 | 137 | 144 | 0 | 57 | 363 | 144 | 32 |
| Binary | 111 | 0 | 10000111 | 1011111 | 1100100 | 0 | 101111 | 11110011 | 1100100 | 11010 |
Color Harmonies of #070087
Complementary color
Monochromatic Colors of #070087
Black with #070087
Text Example
Text Example
White with #070087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070087; }
p { color: rgb(7,0,135); }
H1.HeaderClassName
{
color: #070087;
}
.AnyTagClassName
{
color: #070087;
}
</style>
background-color css
<style>
a { background-color: #070087; }
a { background-color: rgb(7,0,135); }
div.DivClassName
{
background-color: #070087;
}
.BgClassName
{
background-color: #070087;
}
</style>
border-color css
<style>
span { border-color: #070087; }
span { border-color: rgb(7,0,135); }
td.TdClassName
{
border-color: #070087;
}
.TagClassName
{
border-color: #070087;
}
</style>