Shades of Navy #07006C
Tints of Navy #07006C
RGB
CMYK
RGB Variations
Color information
#07006C (or 0x07006C) is known color: Navy. HEX triplet: 07, 00 and 6C. RGB value is (7,0,108). Sum of RGB (Red+Green+Blue) = 7+0+108=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 108 (42.58% from 255 or 93.91% from 115); Max value from RGB is 108 - color contains mainly: blue. Hex color #07006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07006C is #F8FF93. Grayscale: #0D0D0D. Windows color (decimal): -16318356 or 7077895. OLE color: 7077895.
HSL color Cylindrical-coordinate representation of color #07006C: hue angle of 243.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07006C is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 0 | 108 | - |
| CMYK | 0.94 | 1 | 0 | 0.58 |
| HSL | 243.89º | 1% | 0.21% | - |
| HSV(B) | 243.89º | 1% | 0.42% | - |
| XYZ | 2.79 | 1.13 | 14.26 | - |
| YUV | 14.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 108 | 0.94 | 1 | 0 | 0.58 | 243.89 | 1 | 0.21 |
| Hex | 7 | 0 | 6C | 5E | 64 | 0 | 3A | F4 | 64 | 15 |
| Octal | 7 | 0 | 154 | 136 | 144 | 0 | 72 | 364 | 144 | 25 |
| Binary | 111 | 0 | 1101100 | 1011110 | 1100100 | 0 | 111010 | 11110100 | 1100100 | 10101 |
Color Harmonies of #07006C
Complementary color
Monochromatic Colors of #07006C
Black with #07006C
Text Example
Text Example
White with #07006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07006C; }
p { color: rgb(7,0,108); }
H1.HeaderClassName
{
color: #07006C;
}
.AnyTagClassName
{
color: #07006C;
}
</style>
background-color css
<style>
a { background-color: #07006C; }
a { background-color: rgb(7,0,108); }
div.DivClassName
{
background-color: #07006C;
}
.BgClassName
{
background-color: #07006C;
}
</style>
border-color css
<style>
span { border-color: #07006C; }
span { border-color: rgb(7,0,108); }
td.TdClassName
{
border-color: #07006C;
}
.TagClassName
{
border-color: #07006C;
}
</style>