Shades of Navy #07007E
Tints of Navy #07007E
RGB
CMYK
RGB Variations
Color information
#07007E (or 0x07007E) is known color: Navy. HEX triplet: 07, 00 and 7E. RGB value is (7,0,126). Sum of RGB (Red+Green+Blue) = 7+0+126=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 126 (49.61% from 255 or 94.74% from 133); Max value from RGB is 126 - color contains mainly: blue. Hex color #07007E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07007E is #F8FF81. Grayscale: #0F0F0F. Windows color (decimal): -16318338 or 8257543. OLE color: 8257543.
HSL color Cylindrical-coordinate representation of color #07007E: hue angle of 243.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07007E is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 0 | 126 | - |
| CMYK | 0.94 | 1 | 0 | 0.51 |
| HSL | 243.33º | 1% | 0.25% | - |
| HSV(B) | 243.33º | 1% | 0.49% | - |
| XYZ | 3.85 | 1.55 | 19.84 | - |
| YUV | 16.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 126 | 0.94 | 1 | 0 | 0.51 | 243.33 | 1 | 0.25 |
| Hex | 7 | 0 | 7E | 5E | 64 | 0 | 33 | F3 | 64 | 19 |
| Octal | 7 | 0 | 176 | 136 | 144 | 0 | 63 | 363 | 144 | 31 |
| Binary | 111 | 0 | 1111110 | 1011110 | 1100100 | 0 | 110011 | 11110011 | 1100100 | 11001 |
Color Harmonies of #07007E
Complementary color
Monochromatic Colors of #07007E
Black with #07007E
Text Example
Text Example
White with #07007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07007E; }
p { color: rgb(7,0,126); }
H1.HeaderClassName
{
color: #07007E;
}
.AnyTagClassName
{
color: #07007E;
}
</style>
background-color css
<style>
a { background-color: #07007E; }
a { background-color: rgb(7,0,126); }
div.DivClassName
{
background-color: #07007E;
}
.BgClassName
{
background-color: #07007E;
}
</style>
border-color css
<style>
span { border-color: #07007E; }
span { border-color: rgb(7,0,126); }
td.TdClassName
{
border-color: #07007E;
}
.TagClassName
{
border-color: #07007E;
}
</style>