Shades of Dark Blue #070A8A
Tints of Dark Blue #070A8A
RGB
CMYK
RGB Variations
Color information
#070A8A (or 0x070A8A) is known color: Dark Blue. HEX triplet: 07, 0A and 8A. RGB value is (7,10,138). Sum of RGB (Red+Green+Blue) = 7+10+138=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 138 (54.30% from 255 or 89.03% from 155); Max value from RGB is 138 - color contains mainly: blue. Hex color #070A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070A8A is #F8F575. Grayscale: #171717. Windows color (decimal): -16315766 or 9046535. OLE color: 9046535.
HSL color Cylindrical-coordinate representation of color #070A8A: hue angle of 238.63º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070A8A is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 10 | 138 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.46 |
| HSL | 238.63º | 0.9% | 0.28% | - |
| HSV(B) | 238.63º | 0.95% | 0.54% | - |
| XYZ | 4.78 | 2.1 | 24.2 | - |
| YUV | 23.7 | 192.51 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 138 | 0.95 | 0.93 | 0 | 0.46 | 238.63 | 0.9 | 0.28 |
| Hex | 7 | A | 8A | 5F | 5D | 0 | 2E | EF | 5A | 1C |
| Octal | 7 | 12 | 212 | 137 | 135 | 0 | 56 | 357 | 132 | 34 |
| Binary | 111 | 1010 | 10001010 | 1011111 | 1011101 | 0 | 101110 | 11101111 | 1011010 | 11100 |
Color Harmonies of #070A8A
Complementary color
Monochromatic Colors of #070A8A
Black with #070A8A
Text Example
Text Example
White with #070A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A8A; }
p { color: rgb(7,10,138); }
H1.HeaderClassName
{
color: #070A8A;
}
.AnyTagClassName
{
color: #070A8A;
}
</style>
background-color css
<style>
a { background-color: #070A8A; }
a { background-color: rgb(7,10,138); }
div.DivClassName
{
background-color: #070A8A;
}
.BgClassName
{
background-color: #070A8A;
}
</style>
border-color css
<style>
span { border-color: #070A8A; }
span { border-color: rgb(7,10,138); }
td.TdClassName
{
border-color: #070A8A;
}
.TagClassName
{
border-color: #070A8A;
}
</style>