Shades of Navy #07026C
Tints of Navy #07026C
RGB
CMYK
RGB Variations
Color information
#07026C (or 0x07026C) is known color: Navy. HEX triplet: 07, 02 and 6C. RGB value is (7,2,108). Sum of RGB (Red+Green+Blue) = 7+2+108=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 108 (42.58% from 255 or 92.31% from 117); Max value from RGB is 108 - color contains mainly: blue. Hex color #07026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07026C is #F8FD93. Grayscale: #0F0F0F. Windows color (decimal): -16317844 or 7078407. OLE color: 7078407.
HSL color Cylindrical-coordinate representation of color #07026C: hue angle of 242.83º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07026C is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 2 | 108 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.58 |
| HSL | 242.83º | 0.96% | 0.22% | - |
| HSV(B) | 242.83º | 0.98% | 0.42% | - |
| XYZ | 2.82 | 1.17 | 14.27 | - |
| YUV | 15.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 108 | 0.94 | 0.98 | 0 | 0.58 | 242.83 | 0.96 | 0.22 |
| Hex | 7 | 2 | 6C | 5E | 62 | 0 | 3A | F3 | 60 | 16 |
| Octal | 7 | 2 | 154 | 136 | 142 | 0 | 72 | 363 | 140 | 26 |
| Binary | 111 | 10 | 1101100 | 1011110 | 1100010 | 0 | 111010 | 11110011 | 1100000 | 10110 |
Color Harmonies of #07026C
Complementary color
Monochromatic Colors of #07026C
Black with #07026C
Text Example
Text Example
White with #07026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07026C; }
p { color: rgb(7,2,108); }
H1.HeaderClassName
{
color: #07026C;
}
.AnyTagClassName
{
color: #07026C;
}
</style>
background-color css
<style>
a { background-color: #07026C; }
a { background-color: rgb(7,2,108); }
div.DivClassName
{
background-color: #07026C;
}
.BgClassName
{
background-color: #07026C;
}
</style>
border-color css
<style>
span { border-color: #07026C; }
span { border-color: rgb(7,2,108); }
td.TdClassName
{
border-color: #07026C;
}
.TagClassName
{
border-color: #07026C;
}
</style>