Shades of Dark Blue #070B8D
Tints of Dark Blue #070B8D
RGB
CMYK
RGB Variations
Color information
#070B8D (or 0x070B8D) is known color: Dark Blue. HEX triplet: 07, 0B and 8D. RGB value is (7,11,141). Sum of RGB (Red+Green+Blue) = 7+11+141=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #070B8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070B8D is #F8F472. Grayscale: #181818. Windows color (decimal): -16315507 or 9243399. OLE color: 9243399.
HSL color Cylindrical-coordinate representation of color #070B8D: hue angle of 238.21º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070B8D is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 11 | 141 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.45 |
| HSL | 238.21º | 0.91% | 0.29% | - |
| HSV(B) | 238.21º | 0.95% | 0.55% | - |
| XYZ | 5.02 | 2.21 | 25.36 | - |
| YUV | 24.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 141 | 0.95 | 0.92 | 0 | 0.45 | 238.21 | 0.91 | 0.29 |
| Hex | 7 | B | 8D | 5F | 5C | 0 | 2D | EE | 5B | 1D |
| Octal | 7 | 13 | 215 | 137 | 134 | 0 | 55 | 356 | 133 | 35 |
| Binary | 111 | 1011 | 10001101 | 1011111 | 1011100 | 0 | 101101 | 11101110 | 1011011 | 11101 |
Color Harmonies of #070B8D
Complementary color
Monochromatic Colors of #070B8D
Black with #070B8D
Text Example
Text Example
White with #070B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B8D; }
p { color: rgb(7,11,141); }
H1.HeaderClassName
{
color: #070B8D;
}
.AnyTagClassName
{
color: #070B8D;
}
</style>
background-color css
<style>
a { background-color: #070B8D; }
a { background-color: rgb(7,11,141); }
div.DivClassName
{
background-color: #070B8D;
}
.BgClassName
{
background-color: #070B8D;
}
</style>
border-color css
<style>
span { border-color: #070B8D; }
span { border-color: rgb(7,11,141); }
td.TdClassName
{
border-color: #070B8D;
}
.TagClassName
{
border-color: #070B8D;
}
</style>