Shades of Dark Blue #07098E
Tints of Dark Blue #07098E
RGB
CMYK
RGB Variations
Color information
#07098E (or 0x07098E) is known color: Dark Blue. HEX triplet: 07, 09 and 8E. RGB value is (7,9,142). Sum of RGB (Red+Green+Blue) = 7+9+142=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 142 (55.86% from 255 or 89.87% from 158); Max value from RGB is 142 - color contains mainly: blue. Hex color #07098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07098E is #F8F671. Grayscale: #171717. Windows color (decimal): -16316018 or 9308423. OLE color: 9308423.
HSL color Cylindrical-coordinate representation of color #07098E: hue angle of 239.11º 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 #07098E is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 9 | 142 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.44 |
| HSL | 239.11º | 0.91% | 0.29% | - |
| HSV(B) | 239.11º | 0.95% | 0.56% | - |
| XYZ | 5.07 | 2.19 | 25.75 | - |
| YUV | 23.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 142 | 0.95 | 0.94 | 0 | 0.44 | 239.11 | 0.91 | 0.29 |
| Hex | 7 | 9 | 8E | 5F | 5E | 0 | 2C | EF | 5B | 1D |
| Octal | 7 | 11 | 216 | 137 | 136 | 0 | 54 | 357 | 133 | 35 |
| Binary | 111 | 1001 | 10001110 | 1011111 | 1011110 | 0 | 101100 | 11101111 | 1011011 | 11101 |
Color Harmonies of #07098E
Complementary color
Monochromatic Colors of #07098E
Black with #07098E
Text Example
Text Example
White with #07098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07098E; }
p { color: rgb(7,9,142); }
H1.HeaderClassName
{
color: #07098E;
}
.AnyTagClassName
{
color: #07098E;
}
</style>
background-color css
<style>
a { background-color: #07098E; }
a { background-color: rgb(7,9,142); }
div.DivClassName
{
background-color: #07098E;
}
.BgClassName
{
background-color: #07098E;
}
</style>
border-color css
<style>
span { border-color: #07098E; }
span { border-color: rgb(7,9,142); }
td.TdClassName
{
border-color: #07098E;
}
.TagClassName
{
border-color: #07098E;
}
</style>