Shades of Dark Blue #070A8F
Tints of Dark Blue #070A8F
RGB
CMYK
RGB Variations
Color information
#070A8F (or 0x070A8F) is known color: Dark Blue. HEX triplet: 07, 0A and 8F. RGB value is (7,10,143). Sum of RGB (Red+Green+Blue) = 7+10+143=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 143 (56.25% from 255 or 89.38% from 160); Max value from RGB is 143 - color contains mainly: blue. Hex color #070A8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070A8F is #F8F570. Grayscale: #171717. Windows color (decimal): -16315761 or 9374215. OLE color: 9374215.
HSL color Cylindrical-coordinate representation of color #070A8F: hue angle of 238.68º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070A8F is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 10 | 143 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.44 |
| HSL | 238.68º | 0.91% | 0.29% | - |
| HSV(B) | 238.68º | 0.95% | 0.56% | - |
| XYZ | 5.15 | 2.25 | 26.15 | - |
| YUV | 24.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 143 | 0.95 | 0.93 | 0 | 0.44 | 238.68 | 0.91 | 0.29 |
| Hex | 7 | A | 8F | 5F | 5D | 0 | 2C | EF | 5B | 1D |
| Octal | 7 | 12 | 217 | 137 | 135 | 0 | 54 | 357 | 133 | 35 |
| Binary | 111 | 1010 | 10001111 | 1011111 | 1011101 | 0 | 101100 | 11101111 | 1011011 | 11101 |
Color Harmonies of #070A8F
Complementary color
Monochromatic Colors of #070A8F
Black with #070A8F
Text Example
Text Example
White with #070A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A8F; }
p { color: rgb(7,10,143); }
H1.HeaderClassName
{
color: #070A8F;
}
.AnyTagClassName
{
color: #070A8F;
}
</style>
background-color css
<style>
a { background-color: #070A8F; }
a { background-color: rgb(7,10,143); }
div.DivClassName
{
background-color: #070A8F;
}
.BgClassName
{
background-color: #070A8F;
}
</style>
border-color css
<style>
span { border-color: #070A8F; }
span { border-color: rgb(7,10,143); }
td.TdClassName
{
border-color: #070A8F;
}
.TagClassName
{
border-color: #070A8F;
}
</style>