Shades of Dark Blue #07028E
Tints of Dark Blue #07028E
RGB
CMYK
RGB Variations
Color information
#07028E (or 0x07028E) is known color: Dark Blue. HEX triplet: 07, 02 and 8E. RGB value is (7,2,142). Sum of RGB (Red+Green+Blue) = 7+2+142=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 142 (55.86% from 255 or 94.04% from 151); Max value from RGB is 142 - color contains mainly: blue. Hex color #07028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07028E is #F8FD71. Grayscale: #121212. Windows color (decimal): -16317810 or 9306631. OLE color: 9306631.
HSL color Cylindrical-coordinate representation of color #07028E: hue angle of 242.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07028E is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 2 | 142 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.44 |
| HSL | 242.14º | 0.97% | 0.28% | - |
| HSV(B) | 242.14º | 0.99% | 0.56% | - |
| XYZ | 4.99 | 2.04 | 25.72 | - |
| YUV | 19.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 142 | 0.95 | 0.99 | 0 | 0.44 | 242.14 | 0.97 | 0.28 |
| Hex | 7 | 2 | 8E | 5F | 63 | 0 | 2C | F2 | 61 | 1C |
| Octal | 7 | 2 | 216 | 137 | 143 | 0 | 54 | 362 | 141 | 34 |
| Binary | 111 | 10 | 10001110 | 1011111 | 1100011 | 0 | 101100 | 11110010 | 1100001 | 11100 |
Color Harmonies of #07028E
Complementary color
Monochromatic Colors of #07028E
Black with #07028E
Text Example
Text Example
White with #07028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07028E; }
p { color: rgb(7,2,142); }
H1.HeaderClassName
{
color: #07028E;
}
.AnyTagClassName
{
color: #07028E;
}
</style>
background-color css
<style>
a { background-color: #07028E; }
a { background-color: rgb(7,2,142); }
div.DivClassName
{
background-color: #07028E;
}
.BgClassName
{
background-color: #07028E;
}
</style>
border-color css
<style>
span { border-color: #07028E; }
span { border-color: rgb(7,2,142); }
td.TdClassName
{
border-color: #07028E;
}
.TagClassName
{
border-color: #07028E;
}
</style>