Shades of Dark Blue #07028F
Tints of Dark Blue #07028F
RGB
CMYK
RGB Variations
Color information
#07028F (or 0x07028F) is known color: Dark Blue. HEX triplet: 07, 02 and 8F. RGB value is (7,2,143). Sum of RGB (Red+Green+Blue) = 7+2+143=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 143 (56.25% from 255 or 94.08% from 152); Max value from RGB is 143 - color contains mainly: blue. Hex color #07028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07028F is #F8FD70. Grayscale: #131313. Windows color (decimal): -16317809 or 9372167. OLE color: 9372167.
HSL color Cylindrical-coordinate representation of color #07028F: hue angle of 242.13º 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 #07028F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 2 | 143 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.44 |
| HSL | 242.13º | 0.97% | 0.28% | - |
| HSV(B) | 242.13º | 0.99% | 0.56% | - |
| XYZ | 5.07 | 2.07 | 26.12 | - |
| YUV | 19.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 143 | 0.95 | 0.99 | 0 | 0.44 | 242.13 | 0.97 | 0.28 |
| Hex | 7 | 2 | 8F | 5F | 63 | 0 | 2C | F2 | 61 | 1C |
| Octal | 7 | 2 | 217 | 137 | 143 | 0 | 54 | 362 | 141 | 34 |
| Binary | 111 | 10 | 10001111 | 1011111 | 1100011 | 0 | 101100 | 11110010 | 1100001 | 11100 |
Color Harmonies of #07028F
Complementary color
Monochromatic Colors of #07028F
Black with #07028F
Text Example
Text Example
White with #07028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07028F; }
p { color: rgb(7,2,143); }
H1.HeaderClassName
{
color: #07028F;
}
.AnyTagClassName
{
color: #07028F;
}
</style>
background-color css
<style>
a { background-color: #07028F; }
a { background-color: rgb(7,2,143); }
div.DivClassName
{
background-color: #07028F;
}
.BgClassName
{
background-color: #07028F;
}
</style>
border-color css
<style>
span { border-color: #07028F; }
span { border-color: rgb(7,2,143); }
td.TdClassName
{
border-color: #07028F;
}
.TagClassName
{
border-color: #07028F;
}
</style>