Shades of Dark Blue #07098B
Tints of Dark Blue #07098B
RGB
CMYK
RGB Variations
Color information
#07098B (or 0x07098B) is known color: Dark Blue. HEX triplet: 07, 09 and 8B. RGB value is (7,9,139). Sum of RGB (Red+Green+Blue) = 7+9+139=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 139 (54.69% from 255 or 89.68% from 155); Max value from RGB is 139 - color contains mainly: blue. Hex color #07098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07098B is #F8F674. Grayscale: #161616. Windows color (decimal): -16316021 or 9111815. OLE color: 9111815.
HSL color Cylindrical-coordinate representation of color #07098B: hue angle of 239.09º degrees, saturation: 0.9, 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 #07098B is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 9 | 139 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.45 |
| HSL | 239.09º | 0.9% | 0.29% | - |
| HSV(B) | 239.09º | 0.95% | 0.55% | - |
| XYZ | 4.85 | 2.1 | 24.58 | - |
| YUV | 23.22 | 193.34 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 139 | 0.95 | 0.94 | 0 | 0.45 | 239.09 | 0.9 | 0.29 |
| Hex | 7 | 9 | 8B | 5F | 5E | 0 | 2D | EF | 5A | 1D |
| Octal | 7 | 11 | 213 | 137 | 136 | 0 | 55 | 357 | 132 | 35 |
| Binary | 111 | 1001 | 10001011 | 1011111 | 1011110 | 0 | 101101 | 11101111 | 1011010 | 11101 |
Color Harmonies of #07098B
Complementary color
Monochromatic Colors of #07098B
Black with #07098B
Text Example
Text Example
White with #07098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07098B; }
p { color: rgb(7,9,139); }
H1.HeaderClassName
{
color: #07098B;
}
.AnyTagClassName
{
color: #07098B;
}
</style>
background-color css
<style>
a { background-color: #07098B; }
a { background-color: rgb(7,9,139); }
div.DivClassName
{
background-color: #07098B;
}
.BgClassName
{
background-color: #07098B;
}
</style>
border-color css
<style>
span { border-color: #07098B; }
span { border-color: rgb(7,9,139); }
td.TdClassName
{
border-color: #07098B;
}
.TagClassName
{
border-color: #07098B;
}
</style>