Shades of Navy #07057F
Tints of Navy #07057F
RGB
CMYK
RGB Variations
Color information
#07057F (or 0x07057F) is known color: Navy. HEX triplet: 07, 05 and 7F. RGB value is (7,5,127). Sum of RGB (Red+Green+Blue) = 7+5+127=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 127 (50% from 255 or 91.37% from 139); Max value from RGB is 127 - color contains mainly: blue. Hex color #07057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07057F is #F8FA80. Grayscale: #131313. Windows color (decimal): -16317057 or 8324359. OLE color: 8324359.
HSL color Cylindrical-coordinate representation of color #07057F: hue angle of 240.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07057F is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 5 | 127 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.50 |
| HSL | 240.98º | 0.92% | 0.26% | - |
| HSV(B) | 240.98º | 0.96% | 0.5% | - |
| XYZ | 3.97 | 1.69 | 20.19 | - |
| YUV | 19.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 127 | 0.94 | 0.96 | 0 | 0.50 | 240.98 | 0.92 | 0.26 |
| Hex | 7 | 5 | 7F | 5E | 60 | 0 | 32 | F1 | 5C | 1A |
| Octal | 7 | 5 | 177 | 136 | 140 | 0 | 62 | 361 | 134 | 32 |
| Binary | 111 | 101 | 1111111 | 1011110 | 1100000 | 0 | 110010 | 11110001 | 1011100 | 11010 |
Color Harmonies of #07057F
Complementary color
Monochromatic Colors of #07057F
Black with #07057F
Text Example
Text Example
White with #07057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07057F; }
p { color: rgb(7,5,127); }
H1.HeaderClassName
{
color: #07057F;
}
.AnyTagClassName
{
color: #07057F;
}
</style>
background-color css
<style>
a { background-color: #07057F; }
a { background-color: rgb(7,5,127); }
div.DivClassName
{
background-color: #07057F;
}
.BgClassName
{
background-color: #07057F;
}
</style>
border-color css
<style>
span { border-color: #07057F; }
span { border-color: rgb(7,5,127); }
td.TdClassName
{
border-color: #07057F;
}
.TagClassName
{
border-color: #07057F;
}
</style>