Shades of Navy Blue #077FDA
Tints of Navy Blue #077FDA
RGB
CMYK
RGB Variations
Color information
#077FDA (or 0x077FDA) is known color: Navy Blue. HEX triplet: 07, 7F and DA. RGB value is (7,127,218). Sum of RGB (Red+Green+Blue) = 7+127+218=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #077FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FDA is #F88025. Grayscale: #656565. Windows color (decimal): -16285734 or 14319367. OLE color: 14319367.
HSL color Cylindrical-coordinate representation of color #077FDA: hue angle of 205.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FDA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 127 | 218 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.15 |
| HSL | 205.88º | 0.94% | 0.44% | - |
| HSV(B) | 205.88º | 0.97% | 0.85% | - |
| XYZ | 20.33 | 20.29 | 69.17 | - |
| YUV | 101.49 | 193.74 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 218 | 0.97 | 0.42 | 0 | 0.15 | 205.88 | 0.94 | 0.44 |
| Hex | 7 | 7F | DA | 61 | 2A | 0 | F | CE | 5E | 2C |
| Octal | 7 | 177 | 332 | 141 | 52 | 0 | 17 | 316 | 136 | 54 |
| Binary | 111 | 1111111 | 11011010 | 1100001 | 101010 | 0 | 1111 | 11001110 | 1011110 | 101100 |
Color Harmonies of #077FDA
Complementary color
Monochromatic Colors of #077FDA
Black with #077FDA
Text Example
Text Example
White with #077FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FDA; }
p { color: rgb(7,127,218); }
H1.HeaderClassName
{
color: #077FDA;
}
.AnyTagClassName
{
color: #077FDA;
}
</style>
background-color css
<style>
a { background-color: #077FDA; }
a { background-color: rgb(7,127,218); }
div.DivClassName
{
background-color: #077FDA;
}
.BgClassName
{
background-color: #077FDA;
}
</style>
border-color css
<style>
span { border-color: #077FDA; }
span { border-color: rgb(7,127,218); }
td.TdClassName
{
border-color: #077FDA;
}
.TagClassName
{
border-color: #077FDA;
}
</style>