Shades of Dark Blue #07068B
Tints of Dark Blue #07068B
RGB
CMYK
RGB Variations
Color information
#07068B (or 0x07068B) is known color: Dark Blue. HEX triplet: 07, 06 and 8B. RGB value is (7,6,139). Sum of RGB (Red+Green+Blue) = 7+6+139=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #07068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07068B is #F8F974. Grayscale: #141414. Windows color (decimal): -16316789 or 9111047. OLE color: 9111047.
HSL color Cylindrical-coordinate representation of color #07068B: hue angle of 240.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07068B is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 6 | 139 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.45 |
| HSL | 240.45º | 0.92% | 0.28% | - |
| HSV(B) | 240.45º | 0.96% | 0.55% | - |
| XYZ | 4.81 | 2.04 | 24.57 | - |
| YUV | 21.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 139 | 0.95 | 0.96 | 0 | 0.45 | 240.45 | 0.92 | 0.28 |
| Hex | 7 | 6 | 8B | 5F | 60 | 0 | 2D | F0 | 5C | 1C |
| Octal | 7 | 6 | 213 | 137 | 140 | 0 | 55 | 360 | 134 | 34 |
| Binary | 111 | 110 | 10001011 | 1011111 | 1100000 | 0 | 101101 | 11110000 | 1011100 | 11100 |
Color Harmonies of #07068B
Complementary color
Monochromatic Colors of #07068B
Black with #07068B
Text Example
Text Example
White with #07068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07068B; }
p { color: rgb(7,6,139); }
H1.HeaderClassName
{
color: #07068B;
}
.AnyTagClassName
{
color: #07068B;
}
</style>
background-color css
<style>
a { background-color: #07068B; }
a { background-color: rgb(7,6,139); }
div.DivClassName
{
background-color: #07068B;
}
.BgClassName
{
background-color: #07068B;
}
</style>
border-color css
<style>
span { border-color: #07068B; }
span { border-color: rgb(7,6,139); }
td.TdClassName
{
border-color: #07068B;
}
.TagClassName
{
border-color: #07068B;
}
</style>