Shades of Dark Blue #07028D
Tints of Dark Blue #07028D
RGB
CMYK
RGB Variations
Color information
#07028D (or 0x07028D) is known color: Dark Blue. HEX triplet: 07, 02 and 8D. RGB value is (7,2,141). Sum of RGB (Red+Green+Blue) = 7+2+141=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 141 (55.47% from 255 or 94% from 150); Max value from RGB is 141 - color contains mainly: blue. Hex color #07028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07028D is #F8FD72. Grayscale: #121212. Windows color (decimal): -16317811 or 9241095. OLE color: 9241095.
HSL color Cylindrical-coordinate representation of color #07028D: hue angle of 242.16º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07028D is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 2 | 141 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.45 |
| HSL | 242.16º | 0.97% | 0.28% | - |
| HSV(B) | 242.16º | 0.99% | 0.55% | - |
| XYZ | 4.92 | 2.01 | 25.33 | - |
| YUV | 19.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 141 | 0.95 | 0.99 | 0 | 0.45 | 242.16 | 0.97 | 0.28 |
| Hex | 7 | 2 | 8D | 5F | 63 | 0 | 2D | F2 | 61 | 1C |
| Octal | 7 | 2 | 215 | 137 | 143 | 0 | 55 | 362 | 141 | 34 |
| Binary | 111 | 10 | 10001101 | 1011111 | 1100011 | 0 | 101101 | 11110010 | 1100001 | 11100 |
Color Harmonies of #07028D
Complementary color
Monochromatic Colors of #07028D
Black with #07028D
Text Example
Text Example
White with #07028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07028D; }
p { color: rgb(7,2,141); }
H1.HeaderClassName
{
color: #07028D;
}
.AnyTagClassName
{
color: #07028D;
}
</style>
background-color css
<style>
a { background-color: #07028D; }
a { background-color: rgb(7,2,141); }
div.DivClassName
{
background-color: #07028D;
}
.BgClassName
{
background-color: #07028D;
}
</style>
border-color css
<style>
span { border-color: #07028D; }
span { border-color: rgb(7,2,141); }
td.TdClassName
{
border-color: #07028D;
}
.TagClassName
{
border-color: #07028D;
}
</style>