Shades of Navy Blue #077FE2
Tints of Navy Blue #077FE2
RGB
CMYK
RGB Variations
Color information
#077FE2 (or 0x077FE2) is known color: Navy Blue. HEX triplet: 07, 7F and E2. RGB value is (7,127,226). Sum of RGB (Red+Green+Blue) = 7+127+226=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 226 (88.67% from 255 or 62.78% from 360); Max value from RGB is 226 - color contains mainly: blue. Hex color #077FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FE2 is #F8801D. Grayscale: #656565. Windows color (decimal): -16285726 or 14843655. OLE color: 14843655.
HSL color Cylindrical-coordinate representation of color #077FE2: hue angle of 207.12º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FE2 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 127 | 226 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.11 |
| HSL | 207.12º | 0.94% | 0.46% | - |
| HSV(B) | 207.12º | 0.97% | 0.89% | - |
| XYZ | 21.4 | 20.71 | 74.82 | - |
| YUV | 102.41 | 197.74 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 226 | 0.97 | 0.44 | 0 | 0.11 | 207.12 | 0.94 | 0.46 |
| Hex | 7 | 7F | E2 | 61 | 2C | 0 | B | CF | 5E | 2E |
| Octal | 7 | 177 | 342 | 141 | 54 | 0 | 13 | 317 | 136 | 56 |
| Binary | 111 | 1111111 | 11100010 | 1100001 | 101100 | 0 | 1011 | 11001111 | 1011110 | 101110 |
Color Harmonies of #077FE2
Complementary color
Monochromatic Colors of #077FE2
Black with #077FE2
Text Example
Text Example
White with #077FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FE2; }
p { color: rgb(7,127,226); }
H1.HeaderClassName
{
color: #077FE2;
}
.AnyTagClassName
{
color: #077FE2;
}
</style>
background-color css
<style>
a { background-color: #077FE2; }
a { background-color: rgb(7,127,226); }
div.DivClassName
{
background-color: #077FE2;
}
.BgClassName
{
background-color: #077FE2;
}
</style>
border-color css
<style>
span { border-color: #077FE2; }
span { border-color: rgb(7,127,226); }
td.TdClassName
{
border-color: #077FE2;
}
.TagClassName
{
border-color: #077FE2;
}
</style>