Shades of Dark Blue #070093
Tints of Dark Blue #070093
RGB
CMYK
RGB Variations
Color information
#070093 (or 0x070093) is known color: Dark Blue. HEX triplet: 07, 00 and 93. RGB value is (7,0,147). Sum of RGB (Red+Green+Blue) = 7+0+147=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 147 (57.81% from 255 or 95.45% from 154); Max value from RGB is 147 - color contains mainly: blue. Hex color #070093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070093 is #F8FF6C. Grayscale: #121212. Windows color (decimal): -16318317 or 9633799. OLE color: 9633799.
HSL color Cylindrical-coordinate representation of color #070093: hue angle of 242.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070093 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 0 | 147 | - |
| CMYK | 0.95 | 1 | 0 | 0.42 |
| HSL | 242.86º | 1% | 0.29% | - |
| HSV(B) | 242.86º | 1% | 0.58% | - |
| XYZ | 5.35 | 2.15 | 27.74 | - |
| YUV | 18.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 147 | 0.95 | 1 | 0 | 0.42 | 242.86 | 1 | 0.29 |
| Hex | 7 | 0 | 93 | 5F | 64 | 0 | 2A | F3 | 64 | 1D |
| Octal | 7 | 0 | 223 | 137 | 144 | 0 | 52 | 363 | 144 | 35 |
| Binary | 111 | 0 | 10010011 | 1011111 | 1100100 | 0 | 101010 | 11110011 | 1100100 | 11101 |
Color Harmonies of #070093
Complementary color
Monochromatic Colors of #070093
Black with #070093
Text Example
Text Example
White with #070093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070093; }
p { color: rgb(7,0,147); }
H1.HeaderClassName
{
color: #070093;
}
.AnyTagClassName
{
color: #070093;
}
</style>
background-color css
<style>
a { background-color: #070093; }
a { background-color: rgb(7,0,147); }
div.DivClassName
{
background-color: #070093;
}
.BgClassName
{
background-color: #070093;
}
</style>
border-color css
<style>
span { border-color: #070093; }
span { border-color: rgb(7,0,147); }
td.TdClassName
{
border-color: #070093;
}
.TagClassName
{
border-color: #070093;
}
</style>